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

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


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

The following commit has been merged in the master branch:
commit 3583faf78907b4f36e72001688da6c097e9a346c
Author: Aleix Pol <aleixpol at kde.org>
Date:   Wed Jun 24 20:54:05 2015 +0200

    Fix, the enum values were renamed
---
 plasmoid/package/contents/ui/main.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plasmoid/package/contents/ui/main.qml b/plasmoid/package/contents/ui/main.qml
index 3e3be27..fc522f4 100644
--- a/plasmoid/package/contents/ui/main.qml
+++ b/plasmoid/package/contents/ui/main.qml
@@ -34,7 +34,7 @@ Item
 
     DevicesModel {
         id: connectDeviceModel
-        displayFilter: DevicesModel.StatusPaired | DevicesModel.StatusReachable
+        displayFilter: DevicesModel.Paired | DevicesModel.Reachable
 
     }
 

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list