mailr13198 - /branches/gui_testing/gui/user_functions/pipes.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:42:
Author: bugman
Date: Thu Jun 23 20:42:49 2011
New Revision: 13198

URL: http://svn.gna.org/viewcvs/relax?rev=13198&view=rev
Log:
Fix for the pipe GUI user functions.  A call to on_exit() has been renamed to 
on_execute().


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

Modified: branches/gui_testing/gui/user_functions/pipes.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/user_functions/pipes.py?rev=13198&r1=13197&r2=13198&view=diff
==============================================================================
--- branches/gui_testing/gui/user_functions/pipes.py (original)
+++ branches/gui_testing/gui/user_functions/pipes.py Thu Jun 23 20:42:49 2011
@@ -172,7 +172,7 @@
             self.pipe_from.Append(name)
 
 
-    def on_exit(self):
+    def on_execute(self):
         """Execute the user function."""
 
         # Get the pipe names.




Related Messages


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