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

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


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

The following commit has been merged in the master branch:
commit 9441a22478d628754fea7f924f51bc3ec630bf3a
Author: Samoilenko Yuri <kinnalru at gmail.com>
Date:   Wed Jan 8 00:38:16 2014 +0400

    properly using of KRun
---
 kded/plugins/sftp/sftpplugin.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kded/plugins/sftp/sftpplugin.cpp b/kded/plugins/sftp/sftpplugin.cpp
index 6279a3c..3f54408 100644
--- a/kded/plugins/sftp/sftpplugin.cpp
+++ b/kded/plugins/sftp/sftpplugin.cpp
@@ -74,7 +74,7 @@ bool SftpPlugin::receivePackage(const NetworkPackage& np)
     url.setPath(np.get<QString>("path"));
     
     if (url.isValid()) {
-        return KRun::runUrl(url, "inode/vnd.kde.service.sftp-ssh", 0);
+        return new KRun(url, 0);
     }
 
     return false;

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list