mailr13199 - /branches/gui_testing/gui/user_functions/sequence.py


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

Header


Content

Posted by edward on June 23, 2011 - 20:47:
Author: bugman
Date: Thu Jun 23 20:47:51 2011
New Revision: 13199

URL: http://svn.gna.org/viewcvs/relax?rev=13199&view=rev
Log:
Fix for the sequence.read() GUI user function.

The call to execute() has been renamed to on_execute().


Modified:
    branches/gui_testing/gui/user_functions/sequence.py

Modified: branches/gui_testing/gui/user_functions/sequence.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/user_functions/sequence.py?rev=13199&r1=13198&r2=13199&view=diff
==============================================================================
--- branches/gui_testing/gui/user_functions/sequence.py (original)
+++ branches/gui_testing/gui/user_functions/sequence.py Thu Jun 23 20:47:51 
2011
@@ -81,7 +81,7 @@
         self.spin_id = self.input_field(sizer, "Restrict data loading to 
certain spins:", tooltip="This must be a valid spin ID.  Multiple spins can 
be selected using ranges, the '|' operator, residue ranges, etc.")
 
 
-    def execute(self):
+    def on_execute(self):
         """Execute the user function."""
 
         # The file name.




Related Messages


Powered by MHonArc, Updated Thu Jun 23 21:00:02 2011