Index: /trunk/FACT++/gui/FactGui.h
===================================================================
--- /trunk/FACT++/gui/FactGui.h	(revision 10714)
+++ /trunk/FACT++/gui/FactGui.h	(revision 10715)
@@ -1161,5 +1161,5 @@
             if (s.index==FTM::kDisconnected) // Dim connection / FTM disconnected
                 SetLedColor(fStatusFTMLed, kLedYellow, time);
-            if (s.index==FTM::kConnected || s.index==FTM::kIdle) // Dim connection / FTM connected
+	    if (s.index==FTM::kConnected || s.index==FTM::kIdle || s.index==FTM::kTakingData) // Dim connection / FTM connected
             {
                 SetLedColor(fStatusFTMLed, kLedGreen, time);
