[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=d912e20

The following commit has been merged in the master branch:
commit d912e20861aad8ed6f9dca9e5738c9bfaaa04586
Author: Samoilenko Yuri <kinnalru at gmail.com>
Date:   Tue Jan 7 17:41:15 2014 +0400

    mount path fix
---
 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 7c01ccb..6279a3c 100644
--- a/kded/plugins/sftp/sftpplugin.cpp
+++ b/kded/plugins/sftp/sftpplugin.cpp
@@ -71,7 +71,7 @@ bool SftpPlugin::receivePackage(const NetworkPackage& np)
     url.setPort(np.get<QString>("port").toInt());
     url.setUser(np.get<QString>("user"));
     url.setPass(np.get<QString>("password"));
-    url.setPath(np.get<QString>("home"));
+    url.setPath(np.get<QString>("path"));
     
     if (url.isValid()) {
         return KRun::runUrl(url, "inode/vnd.kde.service.sftp-ssh", 0);

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list