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

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


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

The following commit has been merged in the master branch:
commit b366b1debcb52150c17c48d3ffa724a4585b1035
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Mon Apr 14 22:44:23 2014 +0200

    showPlasmoidBeShown -> shouldPlasmoidBeShown
---
 plasmoid/package/contents/ui/kdeconnect.qml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/plasmoid/package/contents/ui/kdeconnect.qml b/plasmoid/package/contents/ui/kdeconnect.qml
index a11c2ab..e58cc4e 100644
--- a/plasmoid/package/contents/ui/kdeconnect.qml
+++ b/plasmoid/package/contents/ui/kdeconnect.qml
@@ -50,7 +50,7 @@ Item {
     }
     */
 
-    function showPlasmoidBeShown()
+    function shouldPlasmoidBeShown()
     {
         if (devicesView.count > 0) {
             plasmoid.status = ActiveStatus;
@@ -71,8 +71,8 @@ Item {
                 displayFilter: 0x11
             }
             delegate: DeviceDelegate { }
-            onCountChanged: showPlasmoidBeShown()
-            Component.onCompleted: showPlasmoidBeShown();
+            onCountChanged: shouldPlasmoidBeShown()
+            Component.onCompleted: shouldPlasmoidBeShown();
         }
     }
 

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list