Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 3715)
+++ trunk/MagicSoft/Mars/Changelog	(revision 3716)
@@ -31,4 +31,6 @@
    * mgeom/MGeomMirror.h
      - include <TVector3.h>, otherwise it does not compile on my machine  
+
+
 
  2004/04/13: Thomas Bretz
@@ -49,4 +51,8 @@
    * mgeom/MGeomMirror.[h,cc]:
      - replaced fReflector by *fReflector
+
+   * mmain/MGDisplayAdc.cc:
+     - fixed a bug which caused the wrong histogram entry to be
+       displayed
 
 
Index: trunk/MagicSoft/Mars/mmain/MGDisplayAdc.cc
===================================================================
--- trunk/MagicSoft/Mars/mmain/MGDisplayAdc.cc	(revision 3715)
+++ trunk/MagicSoft/Mars/mmain/MGDisplayAdc.cc	(revision 3716)
@@ -333,5 +333,5 @@
     fCanvas->Clear();
 
-    const Int_t idx = fHistoList->GetSelectedEntry()->EntryId(); //selected-1;
+    const Int_t idx = fHistoList->GetSelectedEntry()->EntryId()-1; //selected-1;
 
     if (!fHists->HasHi(idx))
