mailr13229 - /branches/gui_testing/gui/analyses/auto_noe.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 27, 2011 - 12:46:
Author: bugman
Date: Mon Jun 27 12:46:51 2011
New Revision: 13229

URL: http://svn.gna.org/viewcvs/relax?rev=13229&view=rev
Log:
The execute relax button ID is now stored in the NOE analysis.


Modified:
    branches/gui_testing/gui/analyses/auto_noe.py

Modified: branches/gui_testing/gui/analyses/auto_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_noe.py?rev=13229&r1=13228&r2=13229&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_noe.py (original)
+++ branches/gui_testing/gui/analyses/auto_noe.py Mon Jun 27 12:46:51 2011
@@ -262,7 +262,7 @@
         box.AddStretchSpacer()
 
         # Add the execution GUI element.
-        self.add_execute_relax(box, self.execute)
+        self.button_exec_id = self.add_execute_relax(box, self.execute)
 
         # Return the box.
         return box




Related Messages


Powered by MHonArc, Updated Mon Jun 27 13:00:02 2011