[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenetwork/kmail
From:       Marc Mutz <Marc.Mutz () uni-bielefeld ! de>
Date:       2003-01-05 23:28:26
[Download RAW message or body]

CVS commit by mutz: 

Try to restore proper totals counting for the folder tree items, which is another \
victim of The Dump. Still doesn't work again :-(


  M +4 -4      kmfoldertree.cpp   1.216


--- kdenetwork/kmail/kmfoldertree.cpp  #1.215:1.216
@@ -498,12 +498,12 @@ void KMFolderTree::reload(bool openFolde
         } else {
           // others-only, imap doesn't need this because of the \
                folderComplete-signal
-          disconnect(fti->folder(), SIGNAL(msgAdded(KMFolder*)),
+          disconnect(fti->folder(), SIGNAL(msgAdded(KMFolder*,Q_UINT32)),
               this,SLOT(slotUpdateCounts(KMFolder*)));
-          connect(fti->folder(), SIGNAL(msgAdded(KMFolder*)),
+          connect(fti->folder(), SIGNAL(msgAdded(KMFolder*,Q_UINT32)),
               this,SLOT(slotUpdateCounts(KMFolder*)));
         }
-        disconnect(fti->folder(), SIGNAL(msgRemoved(KMFolder*)),
+        disconnect(fti->folder(), SIGNAL(msgRemoved(KMFolder*,Q_UINT32)),
             this,SLOT(slotUpdateCounts(KMFolder*)));
-        connect(fti->folder(), SIGNAL(msgRemoved(KMFolder*)),
+        connect(fti->folder(), SIGNAL(msgRemoved(KMFolder*,Q_UINT32)),
             this,SLOT(slotUpdateCounts(KMFolder*)));
       }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic