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

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


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

The following commit has been merged in the master branch:
commit 77e92262fe8573970345bae799c707245b1fdd2e
Author: Aleix Pol <aleixpol at kde.org>
Date:   Wed Sep 9 13:03:08 2015 +0200

    Fix build
---
 core/daemon.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/daemon.cpp b/core/daemon.cpp
index 99cff72..8c44c72 100644
--- a/core/daemon.cpp
+++ b/core/daemon.cpp
@@ -165,7 +165,7 @@ void Daemon::onNewDeviceLink(const NetworkPackage& identityPackage, DeviceLink*
 
         //we discard the connections that we created but it's not paired.
         //we keep the remotely initiated ones, since the remotes require them
-        if (!isDiscoveringDevices() && !device->isPaired() && dl->connectionSource() == DeviceLink::ConnectionStarted::Locally) {
+        if (!isDiscoveryEnabled() && !device->isPaired() && dl->connectionSource() == DeviceLink::ConnectionStarted::Locally) {
             dl->deleteLater();
         } else {
             connect(device, SIGNAL(reachableStatusChanged()), this, SLOT(onDeviceStatusChanged()));

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list