[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:28:30 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=2e58f34

The following commit has been merged in the master branch:
commit 2e58f34e1d4de8394a50658aafb00f6f886e1f4a
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Sat Apr 11 23:26:52 2015 -0700

    Ops.
---
 plugins/share/shareplugin.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/share/shareplugin.cpp b/plugins/share/shareplugin.cpp
index 0b1fcc8..956df5e 100644
--- a/plugins/share/shareplugin.cpp
+++ b/plugins/share/shareplugin.cpp
@@ -129,7 +129,7 @@ bool SharePlugin::receivePackage(const NetworkPackage& np)
 
 void SharePlugin::finished(KJob* job)
 {
-    qCDebug(KDECONNECT_PLUGIN_SHARE) << "File transfer finished. Success:" + (job->error() != 0);
+    qCDebug(KDECONNECT_PLUGIN_SHARE) << "File transfer finished. Success:" + (!job->error());
 }
 
 void SharePlugin::openDestinationFolder()

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list