mailr11788 - /branches/bieri_gui/gui_bieri/user_functions/spin.py


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

Header


Content

Posted by edward on December 13, 2010 - 17:34:
Author: bugman
Date: Mon Dec 13 17:34:54 2010
New Revision: 11788

URL: http://svn.gna.org/viewcvs/relax?rev=11788&view=rev
Log:
Fix for the spin.delete user function window - the spin ID was incorrect.


Modified:
    branches/bieri_gui/gui_bieri/user_functions/spin.py

Modified: branches/bieri_gui/gui_bieri/user_functions/spin.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/user_functions/spin.py?rev=11788&r1=11787&r2=11788&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/user_functions/spin.py (original)
+++ branches/bieri_gui/gui_bieri/user_functions/spin.py Mon Dec 13 17:34:54 
2010
@@ -211,7 +211,7 @@
         spin_name = str(self.spin_name.GetValue())
 
         # The spin ID.
-        id = '#' + spin_name
+        id = '@' + spin_name
 
         # Delete the spin.
         self.interpreter.spin.delete(spin_id=id)




Related Messages


Powered by MHonArc, Updated Mon Dec 13 18:00:02 2010