Index: trunk/FACT++/gui/FactGui.h
===================================================================
--- trunk/FACT++/gui/FactGui.h	(revision 10981)
+++ trunk/FACT++/gui/FactGui.h	(revision 10982)
@@ -1493,6 +1493,10 @@
             if (s.index==FAD::kDisconnected) // Dim connection / FTM disconnected
                 SetLedColor(fStatusFADLed, kLedOrange, time);
-            if (s.index==FAD::kConnecting) // Dim connection / FTM disconnected
-                SetLedColor(fStatusFADLed, kLedYellow, time);
+	    if (s.index==FAD::kConnecting) // Dim connection / FTM disconnected
+            {
+		SetLedColor(fStatusFADLed, kLedYellow, time);
+		// FIXME FIXME FIXME: The LEDs are not displayed when disabled!
+                enable = true;
+            }
             if (s.index>=FAD::kConnected) // Dim connection / FTM connected
             {
