mailr19713 - /branches/relax_disp/gui/analyses/auto_relax_disp.py


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

Header


Content

Posted by edward on May 23, 2013 - 19:20:
Author: bugman
Date: Thu May 23 19:20:21 2013
New Revision: 19713

URL: http://svn.gna.org/viewcvs/relax?rev=19713&view=rev
Log:
Fix for the setup of the relaxation dispersion GUI analysis.

The base method add_execute_relax() has been renamed to 
add_execute_analysis().


Modified:
    branches/relax_disp/gui/analyses/auto_relax_disp.py

Modified: branches/relax_disp/gui/analyses/auto_relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/gui/analyses/auto_relax_disp.py?rev=19713&r1=19712&r2=19713&view=diff
==============================================================================
--- branches/relax_disp/gui/analyses/auto_relax_disp.py (original)
+++ branches/relax_disp/gui/analyses/auto_relax_disp.py Thu May 23 19:20:21 
2013
@@ -244,7 +244,7 @@
         box.AddStretchSpacer()
 
         # Add the execution GUI element.
-        self.button_exec_relax = self.add_execute_relax(box, self.execute)
+        self.button_exec_relax = self.add_execute_analysis(box, self.execute)
 
         # Return the box.
         return box




Related Messages


Powered by MHonArc, Updated Thu May 23 19:40:02 2013