diff --git a/src/RetrigAO.cpp b/src/RetrigAO.cpp
index 7df3801aa18344b02c46b57f7c482f30f5f239f9..78de6a934cbec9ead1a91da9edfc833f000a0841 100644
--- a/src/RetrigAO.cpp
+++ b/src/RetrigAO.cpp
@@ -1,4 +1,4 @@
-static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/ADLINK/RetrigAO/src/RetrigAO.cpp,v 1.10 2007-06-25 10:19:05 abeilleg Exp $";
+static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/ADLINK/RetrigAO/src/RetrigAO.cpp,v 1.11 2007-06-29 15:45:57 abeilleg Exp $";
 //+=============================================================================
 //
 // file :	  RetrigAO.cpp
@@ -13,9 +13,12 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/AD
 //
 // $Author: abeilleg $
 //
-// $Revision: 1.10 $
+// $Revision: 1.11 $
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.10  2007/06/25 10:19:05  abeilleg
+// save data in files+bug fix on config cpy
+//
 // Revision 1.9  2007/05/10 12:20:21  abeilleg
 // do stop only if running
 //
@@ -1104,9 +1107,9 @@ void RetrigAO::get_device_property()
       <<default_delay<<endl;
   }
   //-------------------------------------------------------------
-	if (data[21].is_empty()==false)
+	if (data[29].is_empty()==false)
   {
-    data[21]  >>  filePath;
+    data[29]  >>  filePath;
   }
   //-----------------------attribute persistancy------------------
  /* if (data[21].is_empty()==false)	data[21]  >>  channel0Waveform;