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

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:27:51 UTC 2016


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

The following commit has been merged in the master branch:
commit 871a2bf5a9dec64f8504e8366e5135a66ac8b507
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Mon Aug 11 17:42:18 2014 +0200

    Fixed crash when shutting down the daemon
---
 plugins/sftp/sftpplugin.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plugins/sftp/sftpplugin.cpp b/plugins/sftp/sftpplugin.cpp
index e4e4cdf..a960f6b 100644
--- a/plugins/sftp/sftpplugin.cpp
+++ b/plugins/sftp/sftpplugin.cpp
@@ -64,7 +64,6 @@ SftpPlugin::~SftpPlugin()
     QDBusConnection::sessionBus().unregisterObject(dbusPath(), QDBusConnection::UnregisterTree);
     removeFromDolphin();    
     unmount();
-    kDebug(debugArea()) << "Destroyed device:" << device()->name();
 }
 
 void SftpPlugin::addToDolphin()

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list