mailr6234 - /1.3/prompt/select.py


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

Header


Content

Posted by edward on May 22, 2008 - 12:10:
Author: bugman
Date: Thu May 22 12:10:49 2008
New Revision: 6234

URL: http://svn.gna.org/viewcvs/relax?rev=6234&view=rev
Log:
Fix for the select.spin() user function.


Modified:
    1.3/prompt/select.py

Modified: 1.3/prompt/select.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/select.py?rev=6234&r1=6233&r2=6234&view=diff
==============================================================================
--- 1.3/prompt/select.py (original)
+++ 1.3/prompt/select.py Thu May 22 12:10:49 2008
@@ -301,7 +301,7 @@
             raise RelaxBoolError, ('change_all', change_all)
 
         # Execute the functional code.
-        selection.sel_res(spin_id=spin_id, boolean=boolean, 
change_all=change_all)
+        selection.sel_spin(spin_id=spin_id, boolean=boolean, 
change_all=change_all)
 
 
 




Related Messages


Powered by MHonArc, Updated Thu May 22 12:40:16 2008