]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixed target class for fDoubleSR signal connect.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 9 Jun 2006 11:31:51 +0000 (11:31 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 9 Jun 2006 11:31:51 +0000 (11:31 +0000)
EVE/Alieve/TPCLoaderEditor.cxx

index ce1aa0876a4dad8642ffe9b8a678e9b8eb70d086..92f2112adef40d9fb91ef25573c3e10247bc0076 100644 (file)
@@ -65,7 +65,8 @@ TPCLoaderEditor::TPCLoaderEditor(const TGWindow *p, Int_t id, Int_t width, Int_t
   fDoubleSR = new TGCheckButton(fEvent, "Double SR");
   fDoubleSR->SetToolTipText("Double sampling rate");
   fEvent->AddFrame(fDoubleSR, new TGLayoutHints(kLHintsLeft, 12, 0, 1, 0));
-  fDoubleSR->Connect("Toggled(Bool_t)","Alieve::TPCSectorVizEditor", this, "DoDoubleSR()");
+  fDoubleSR->Connect("Toggled(Bool_t)",
+                     "Alieve::TPCLoaderEditor", this, "DoDoubleSR()");
   AddFrame(fEvent);
 
   fUpdateSectors = new TGTextButton(this, "Update Sectors");