mailr13304 - in /branches/gui_testing/gui/analyses: auto_model_free.py auto_rx_base.py


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

Header


Content

Posted by edward on June 29, 2011 - 15:56:
Author: bugman
Date: Wed Jun 29 15:56:45 2011
New Revision: 13304

URL: http://svn.gna.org/viewcvs/relax?rev=13304&view=rev
Log:
The execute relax button IDs are now all stored.


Modified:
    branches/gui_testing/gui/analyses/auto_model_free.py
    branches/gui_testing/gui/analyses/auto_rx_base.py

Modified: branches/gui_testing/gui/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_model_free.py?rev=13304&r1=13303&r2=13304&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_model_free.py (original)
+++ branches/gui_testing/gui/analyses/auto_model_free.py Wed Jun 29 15:56:45 
2011
@@ -745,7 +745,7 @@
         box.AddStretchSpacer()
 
         # Add the execution GUI element.
-        self.add_execute_relax(box, self.automatic_protocol_controller)
+        self.button_exec_id = self.add_execute_relax(box, 
self.automatic_protocol_controller)
 
         # Return the packed box.
         return box

Modified: branches/gui_testing/gui/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_rx_base.py?rev=13304&r1=13303&r2=13304&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_rx_base.py (original)
+++ branches/gui_testing/gui/analyses/auto_rx_base.py Wed Jun 29 15:56:45 2011
@@ -235,7 +235,7 @@
         box.AddSpacer(10)
 
         # 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 Wed Jun 29 16:00:02 2011