[SCM] ktp-filetransfer-handler packaging branch, master, updated. debian/15.12.1-2-226-g825cd93

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:11:39 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-filetransfer-handler.git;a=commitdiff;h=ae2f69f

The following commit has been merged in the master branch:
commit ae2f69fe9146441c1039cb343457aabb739f4b70
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Wed Sep 28 19:35:02 2011 +0100

    Print debug at the right moment
---
 src/telepathy-handler-application.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/telepathy-handler-application.cpp b/src/telepathy-handler-application.cpp
index 27a2859..9bf7cfa 100644
--- a/src/telepathy-handler-application.cpp
+++ b/src/telepathy-handler-application.cpp
@@ -185,8 +185,8 @@ void TelepathyHandlerApplication::jobFinished()
     TelepathyHandlerApplication::Private *d = app->d;
 
     if (d->jobCount.fetchAndAddOrdered(-1) <= 1) {
-        kDebug() << "No other jobs at the moment. Starting timer.";
         if (!Private::s_persist && d->timeout >= 0) {
+            kDebug() << "No other jobs at the moment. Starting timer.";
             d->timer->start(d->timeout);
         }
     }

-- 
ktp-filetransfer-handler packaging



More information about the pkg-kde-commits mailing list