Index: /trunk/FACT++/gui/FactGui.h
===================================================================
--- /trunk/FACT++/gui/FactGui.h	(revision 11053)
+++ /trunk/FACT++/gui/FactGui.h	(revision 11054)
@@ -1128,24 +1128,4 @@
 
         // ----------------------------------------------
-/*
-        TCanvas *c = fFtmTempCanv->GetCanvas();
-
-//        static int cntr = 0;
-//        double_t tm = cntr++;//Time().RootTime();
-
-        double tm = d.time.RootTime();
-
-        TH1 *h = (TH1*)c->FindObject("TimeFrame");
-        h->FindBin(tm);
-
-        fGraphFtmTemp[0].SetPoint(fGraphFtmTemp[0].GetN(), tm, sdata.fTempSensor[0]*0.1);
-        fGraphFtmTemp[1].SetPoint(fGraphFtmTemp[1].GetN(), tm, sdata.fTempSensor[1]*0.1);
-        fGraphFtmTemp[2].SetPoint(fGraphFtmTemp[2].GetN(), tm, sdata.fTempSensor[2]*0.1);
-        fGraphFtmTemp[3].SetPoint(fGraphFtmTemp[3].GetN(), tm, sdata.fTempSensor[3]*0.1);
-
-        c->Modified();
-        c->Update();
-*/
-        // ----------------------------------------------
 
         if (fTimeStamp0<0)
@@ -1212,4 +1192,6 @@
         c->Modified();
         c->Update();
+
+        // ----------------------------------------------
 #endif
     }
@@ -1813,4 +1795,7 @@
             return PostInfoHandler(&FactGui::handleFtmError);
 
+        if (getInfo()==&fDimFadFiles)
+            return PostInfoHandler(&FactGui::handleFadFiles);
+
         for (map<string,DimInfo*>::iterator i=fServices.begin(); i!=fServices.end(); i++)
             if (i->second==getInfo())
@@ -2203,5 +2188,5 @@
         fFtuWidget->setEnabled(false);
         fRatesWidget->setEnabled(false);
-        fFadWidget->setEnabled(false);
+//        fFadWidget->setEnabled(false);
         fLoggerWidget->setEnabled(false);
 
