Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > cf746698214707f972e669b661d0ae59 > files > 56

kdepim4-4.14.10-1.3.mga5.src.rpm

From ca854b25acf7c4a80c40c5297176f98429fe6e25 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= <daniel.vratil@kdab.com>
Date: Thu, 24 Mar 2016 18:23:00 +0100
Subject: [PATCH 56/74] Fix KMCopyCommand never emitting completed() signal

Among other things it fixes "Copying messages ..." message being
shown forever in the status bar.
---
 kmail/kmcommands.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kmail/kmcommands.cpp b/kmail/kmcommands.cpp
index bee03d49cc..0695b57ddd 100644
--- a/kmail/kmcommands.cpp
+++ b/kmail/kmcommands.cpp
@@ -1459,6 +1459,7 @@ void KMCopyCommand::slotCopyResult( KJob * job )
 
     --mJobCount;
     if ( mJobCount <= 0 ) {
+        emit completed( this );
         deleteLater();
     }
 }
-- 
2.14.1