Index: trunk/FACT++/gui/FactGui.h
===================================================================
--- trunk/FACT++/gui/FactGui.h	(revision 11650)
+++ trunk/FACT++/gui/FactGui.h	(revision 11655)
@@ -1174,5 +1174,5 @@
         str << "Event ID = " << fEventData->EventNum;
         str << "   Trigger type = " << fEventData->TriggerType;
-        str << "   Board time[0] = " << fEventData->BoardTime[fAdcBoard->value()];
+        str << "   Board time = " << fEventData->BoardTime[fAdcBoard->value()+fAdcCrate->value()*10];
         str << "   (" << Time(fEventData->PCTime, fEventData->PCUsec) << ")";
         h->SetTitle(str.str().c_str());
@@ -2067,4 +2067,7 @@
             {
                 SetLedColor(fStatusFADLed, kLedGray, time);
+
+                for (int i=0; i<40; i++)
+                    SetLedColor(fFadLED[i], kLedGray,   d.time);
 
                 /*
