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

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


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

The following commit has been merged in the master branch:
commit 5379bba55154e41045bfda2be37abfda65469fbf
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Fri Jun 27 16:05:49 2014 +0200

    Fixed displayFilter in plasmoid that not was updated when we changed the enum
---
 plasmoid/package/contents/ui/kdeconnect.qml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plasmoid/package/contents/ui/kdeconnect.qml b/plasmoid/package/contents/ui/kdeconnect.qml
index e58cc4e..8d682e3 100644
--- a/plasmoid/package/contents/ui/kdeconnect.qml
+++ b/plasmoid/package/contents/ui/kdeconnect.qml
@@ -68,7 +68,7 @@ Item {
             anchors.fill: parent
             model: KdeConnect.DevicesModel {
                 id: connectDeviceModel
-                displayFilter: 0x11
+                displayFilter: 3
             }
             delegate: DeviceDelegate { }
             onCountChanged: shouldPlasmoidBeShown()
@@ -81,7 +81,7 @@ Item {
         anchors.fill: parent
         id: devicesView
         model: KdeConnect.DevicesModel {
-            displayFilter: 0x11
+        displayFilter: 3
         }
         delegate: DeviceDelegate {}
     }

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list