[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kde-workspace] plasma/generic/applets/devicenotifier/package/contents/ui: add missing svg
From:       Marco Martin <notmart () gmail ! com>
Date:       2014-02-06 13:25:32
Message-ID: E1WBOxQ-0003WE-Tp () scm ! kde ! org
[Download RAW message or body]

Git commit 60079266835842151d69220a5d946b9f17f24e56 by Marco Martin.
Committed on 06/02/2014 at 13:23.
Pushed by mart into branch 'master'.

add missing svg

M  +7    -1    plasma/generic/applets/devicenotifier/package/contents/ui/devicenotifier.qml


http://commits.kde.org/kde-workspace/60079266835842151d69220a5d946b9f17f24e56

diff --git a/plasma/generic/applets/devicenotifier/package/contents/ui/devicenotifier.qml \
b/plasma/generic/applets/devicenotifier/package/contents/ui/devicenotifier.qml index \
                6596a57..06b09a6 100644
--- a/plasma/generic/applets/devicenotifier/package/contents/ui/devicenotifier.qml
+++ b/plasma/generic/applets/devicenotifier/package/contents/ui/devicenotifier.qml
@@ -126,7 +126,7 @@ Item {
 
     Component.onCompleted: {
         //plasmoid.addEventListener ('ConfigChanged', configChanged);
-        if (notifierDialog.count == 0) {
+        if (sdSource.connectedSources.count == 0) {
             plasmoid.status = PlasmaCore.Types.PassiveStatus;
         }
         updateTooltip()
@@ -220,6 +220,12 @@ Item {
         onEntered: notifierDialog.itemHovered()
         onExited: notifierDialog.itemUnhovered()
 
+
+        PlasmaCore.Svg {
+            id: lineSvg
+            imagePath: "widgets/line"
+        }
+
         PlasmaComponents.Label {
             id: header
             text: filterModel.count>0 ? i18n("Available Devices") : i18n("No Devices \
Available")


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic