Index: trunk/FACT++/gui/FactGui.h
===================================================================
--- trunk/FACT++/gui/FactGui.h	(revision 12180)
+++ trunk/FACT++/gui/FactGui.h	(revision 12182)
@@ -2813,5 +2813,7 @@
             fStatusFeedbackLabel->setToolTip(s.comment.c_str());
 
-            if (s.index==5) // Running
+            if (s.index>6) // Running
+                SetLedColor(fStatusFeedbackLed, kLedGreenCheck, time);
+            if (s.index==5 || s.index==6) // Idle
                 SetLedColor(fStatusFeedbackLed, kLedGreen, time);
             if (s.index==4) // Connected
