radiohswidget/src/radiohswidget.cpp
changeset 54 a8ba0c289b44
parent 47 74b7c6e79031
child 57 21be958eb3ce
--- a/radiohswidget/src/radiohswidget.cpp	Mon Sep 20 18:04:48 2010 +0300
+++ b/radiohswidget/src/radiohswidget.cpp	Tue Oct 05 09:31:22 2010 +0300
@@ -905,15 +905,9 @@
     LEVEL2(LOG_METHOD);
     if (isPowerOn) {
         LEVEL2(LOG("Power on"));
-        // TODO: Temporarily set the text to clarify the action it performs.
-        // Remove when graphics displays the difference.
-        mPowerButton->setText("Off");
         buttonEvent(Power, Latched);
     } else {
         LEVEL2(LOG("Power off"));
-        // TODO: Temporarily set the text to clarify the action it performs.
-        // Remove when graphics displays the difference.
-        mPowerButton->setText("On");
         buttonEvent(Power, Normal);
     }
 }