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

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


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

The following commit has been merged in the master branch:
commit 39589434bda7316ecc9a4d02aa97af73451b292d
Author: Àlex Fiestas <afiestas at kde.org>
Date:   Mon Mar 3 21:11:32 2014 +0100

    Set the deviceName from SharePlugin
---
 kded/plugins/share/shareplugin.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kded/plugins/share/shareplugin.cpp b/kded/plugins/share/shareplugin.cpp
index 351da76..00ccac9 100644
--- a/kded/plugins/share/shareplugin.cpp
+++ b/kded/plugins/share/shareplugin.cpp
@@ -91,6 +91,7 @@ bool SharePlugin::receivePackage(const NetworkPackage& np)
         KUrl destination = destinationDir();
         destination.addPath(filename);
         FileTransferJob* job = np.createPayloadTransferJob(destination);
+        job->setDeviceName(device()->name());
         connect(job, SIGNAL(result(KJob*)), this, SLOT(finished(KJob*)));
         KIO::getJobTracker()->registerJob(job);
         job->start();

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list