[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Oct 14 14:27:23 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=278dcd7
The following commit has been merged in the master branch:
commit 278dcd72e0cb2912c1d9557e550c1ee47d9edf1e
Author: Albert Vaca <albertvaka at gmail.com>
Date: Fri Feb 14 17:31:41 2014 +0100
Disabled loopback device locator, that was enabled at some point
---
kded/daemon.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kded/daemon.cpp b/kded/daemon.cpp
index 7f1a157..c4ee427 100644
--- a/kded/daemon.cpp
+++ b/kded/daemon.cpp
@@ -94,7 +94,7 @@ Daemon::Daemon(QObject *parent) : QObject(parent)
//Load backends (hardcoded by now, should be plugins in a future)
mLinkProviders.insert(new LanLinkProvider());
- mLinkProviders.insert(new LoopbackLinkProvider());
+ //mLinkProviders.insert(new LoopbackLinkProvider());
//Read remebered paired devices
const KConfigGroup& known = config->group("trusted_devices");
--
kdeconnect packaging
More information about the pkg-kde-commits
mailing list