summaryrefslogtreecommitdiff
path: root/core/launcher/taskbar.cpp
Unidiff
Diffstat (limited to 'core/launcher/taskbar.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/taskbar.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/launcher/taskbar.cpp b/core/launcher/taskbar.cpp
index 5e95c99..e38b9fe 100644
--- a/core/launcher/taskbar.cpp
+++ b/core/launcher/taskbar.cpp
@@ -39,2 +39,4 @@
39 39
40#include <opie/odevice.h>
41
40#include <qlabel.h> 42#include <qlabel.h>
@@ -271,3 +273,2 @@ void TaskBar::receive( const QCString &msg, const QByteArray &data )
271 } 273 }
272#ifdef CUSTOM_LEDS
273 else if ( msg == "setLed(int,bool)" ) { 274 else if ( msg == "setLed(int,bool)" ) {
@@ -275,5 +276,5 @@ void TaskBar::receive( const QCString &msg, const QByteArray &data )
275 stream >> led >> status; 276 stream >> led >> status;
276 CUSTOM_LEDS( led, status ); 277
278 ODevice::inst ( )-> setLed ( led, status ? OLED_BlinkSlow : OLED_Off );
277 } 279 }
278#endif
279} 280}