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

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


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

The following commit has been merged in the master branch:
commit c62fac0bcff5deb262aa1215f452e17c16505366
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Sep 11 12:14:19 2015 +0200

    Don't join hte interfaces in 1 string
    
    Let NetworkPackage do the serialization
---
 core/networkpackage.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/networkpackage.cpp b/core/networkpackage.cpp
index 64cfab7..8bdc2ad 100644
--- a/core/networkpackage.cpp
+++ b/core/networkpackage.cpp
@@ -59,8 +59,8 @@ void NetworkPackage::createIdentityPackage(NetworkPackage* np)
     np->set("deviceName", config->name());
     np->set("deviceType", config->deviceType());
     np->set("protocolVersion",  NetworkPackage::ProtocolVersion);
-    np->set("SupportedIncomingInterfaces", PluginLoader::instance()->incomingInterfaces().join(","));
-    np->set("SupportedOutgoingInterfaces", PluginLoader::instance()->outgoingInterfaces().join(","));
+    np->set("SupportedIncomingInterfaces", PluginLoader::instance()->incomingInterfaces());
+    np->set("SupportedOutgoingInterfaces", PluginLoader::instance()->outgoingInterfaces());
 
     //qCDebug(KDECONNECT_CORE) << "createIdentityPackage" << np->serialize();
 }

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list