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

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:28:57 UTC 2016


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

The following commit has been merged in the master branch:
commit 24d4d19b8977c9bb86b52af06b10ae57baf2642e
Author: Aleix Pol <aleixpol at kde.org>
Date:   Tue Sep 8 00:59:17 2015 +0200

    Remove debug
    
    Sorry Albert :/
---
 kcm/kcm.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kcm/kcm.cpp b/kcm/kcm.cpp
index b2cf7ea..d79b4a2 100644
--- a/kcm/kcm.cpp
+++ b/kcm/kcm.cpp
@@ -217,7 +217,6 @@ void KdeConnectKcm::deviceSelected(const QModelIndex& current)
     QList<KPluginInfo> missingPluginInfo;
 
     QStringList missingPluginNames = currentDevice->missingPlugins();
-    missingPluginNames = QStringList("kdeconnect_mpriscontrol");
     for (auto it = pluginInfo.begin(), itEnd = pluginInfo.end(); it!=itEnd; ) {
         if (missingPluginNames.contains(it->pluginName())) {
             missingPluginInfo.append(*it);

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list