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

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


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

The following commit has been merged in the master branch:
commit 97034e3bbd502203a747c701fc0ea2a504415dac
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sat Sep 12 22:03:56 2015 +0200

    Don't cleanup devices if pairing
---
 core/daemon.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/daemon.cpp b/core/daemon.cpp
index 2c5c1ec..72a22fc 100644
--- a/core/daemon.cpp
+++ b/core/daemon.cpp
@@ -123,7 +123,7 @@ void Daemon::removeDevice(Device* device)
 void Daemon::cleanDevices()
 {
     Q_FOREACH(Device* device, d->mDevices) {
-        if (!device->isPaired() && device->connectionSource() == DeviceLink::ConnectionStarted::Remotely) {
+        if (device->pairStatus() == Device::NotPaired && device->connectionSource() == DeviceLink::ConnectionStarted::Remotely) {
             removeDevice(device);
         }
     }

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list