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

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


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

The following commit has been merged in the master branch:
commit bc66984b6076d9ba20638ed860c730ed9ae24d09
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Wed Feb 19 14:25:40 2014 +0100

    Browse now opens the KIO
---
 kded/plugins/sftp/sftpplugin.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kded/plugins/sftp/sftpplugin.cpp b/kded/plugins/sftp/sftpplugin.cpp
index 8106c7b..eeae4e3 100644
--- a/kded/plugins/sftp/sftpplugin.cpp
+++ b/kded/plugins/sftp/sftpplugin.cpp
@@ -135,7 +135,8 @@ bool SftpPlugin::startBrowsing()
 {
     if (mountAndWait())
     {
-        return new KRun(KUrl::fromLocalFile(mountPoint()), 0);
+        //return new KRun(KUrl::fromLocalFile(mountPoint()), 0);
+        return new KRun(KUrl::fromPathOrUrl("kdeconnect://"+device()->id()), 0);
     }
     return false;
 }

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list