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

List:       kde-commits
Subject:    make_it_cool: kdenetwork/kmail
From:       Don Sanders <don () sanders ! org>
Date:       2003-01-12 16:35:00
[Download RAW message or body]

CVS commit by sanders: 

Reduce diff to HEAD.


  M +6 -7      kmfoldertree.cpp   1.199.2.27


--- kdenetwork/kmail/kmfoldertree.cpp  #1.199.2.26:1.199.2.27
@@ -499,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