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

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:27:04 UTC 2016


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

The following commit has been merged in the master branch:
commit 2d065ab8f8934031dc64666027f23824f7ed1bb5
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Tue Oct 1 03:19:38 2013 +0200

    Commented LoopbackLinkProvider
    
    It is confusing users
---
 kded/daemon.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kded/daemon.cpp b/kded/daemon.cpp
index 16355d5..5bf33da 100644
--- a/kded/daemon.cpp
+++ b/kded/daemon.cpp
@@ -68,7 +68,7 @@ Daemon::Daemon(QObject *parent, const QList<QVariant>&)
 
     //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