fixes bug #435
[enigma2.git] / lib / python / Screens / SessionGlobals.py
index 18d71d3912e7ba059515cdb78940b7458c59063d..6a9379bc63c70bd04ef016e026f7c9c8e8c9c19f 100644 (file)
@@ -38,7 +38,7 @@ class SessionGlobals(Screen):
                
                PATTERN_ON     = (20, 0xffffffff, 0xffffffff)
                PATTERN_OFF    = (20, 0, 0)
-               PATTERN_BLINK  = (20, 0x55555555, 0x84fc8c04)
+               PATTERN_BLINK  = (20, 0x55555555, 0xa7fccf7a)
 
                nr_leds = SystemInfo.get("NumFrontpanelLEDs", 0)