From bc953da7bdfda2c7e1d62a6307dc0d855df27b9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Wed, 14 May 2014 02:49:36 +0200 Subject: [PATCH] Remove hack to update status, works fine now without --- applets/batterymonitor/contents/ui/batterymonitor.qml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/applets/batterymonitor/contents/ui/batterymonitor.qml b/applets/batterymonitor/contents/ui/batterymonitor.qml index 4711c5e03..7536f95ea 100755 --- a/applets/batterymonitor/contents/ui/batterymonitor.qml +++ b/applets/batterymonitor/contents/ui/batterymonitor.qml @@ -44,12 +44,6 @@ Item { function updateLogic() { Logic.updateCumulative(); plasmoid.status = Logic.plasmoidStatus(); - - // this helps updating the status throughout the applet - // without this, the applet doesn't switch from passive - // to active. -- FIXME. - print(plasmoid.status); - Logic.updateTooltip(); }