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

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


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

The following commit has been merged in the master branch:
commit 778d0d3d2ea2a2bc217de383f99b342f9a2acc64
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Thu Jun 2 12:17:24 2016 +0200

    Make sure we send the commands list on first connection.
---
 plugins/runcommand/runcommandplugin.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/runcommand/runcommandplugin.cpp b/plugins/runcommand/runcommandplugin.cpp
index c641716..8f071b1 100644
--- a/plugins/runcommand/runcommandplugin.cpp
+++ b/plugins/runcommand/runcommandplugin.cpp
@@ -76,6 +76,7 @@ bool RunCommandPlugin::receivePackage(const NetworkPackage& np)
 void RunCommandPlugin::connected()
 {
 
+    sendConfig();
 }
 
 void RunCommandPlugin::sendConfig()

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list