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

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


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

The following commit has been merged in the master branch:
commit 702fbd09af627b4fe7f8daabe88c0b11bd7469ee
Author: Aleix Pol <aleixpol at kde.org>
Date:   Tue May 31 20:46:48 2016 +0200

    If interfaces are required is up to the plugin
---
 core/device.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/device.cpp b/core/device.cpp
index 9b82b9c..fe215eb 100644
--- a/core/device.cpp
+++ b/core/device.cpp
@@ -125,7 +125,7 @@ void Device::reloadPlugins()
                 supportedOutgoingInterfaces += outgoingInterfaces;
             }
 
-            const bool pluginNeedsCapabilities = !m_incomingCapabilities.isEmpty() || !m_outgoingCapabilities.isEmpty();
+            const bool pluginNeedsCapabilities = !incomingInterfaces.isEmpty() || !outgoingInterfaces.isEmpty();
 
             //If we don't find intersection with the received on one end and the sent on the other, we don't
             //let the plugin stay

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list