diff -r bbebb0235466 -r a8ba0c289b44 radiohswidget/src/radiohswidget.cpp --- 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); } }