mailr18073 - /trunk/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 06, 2012 - 18:32:
Author: bugman
Date: Thu Dec  6 18:32:30 2012
New Revision: 18073

URL: http://svn.gna.org/viewcvs/relax?rev=18073&view=rev
Log:
The spin.create_pseudo user function 'members' argument is no longer read 
only in the GUI.

This allows the user to type in shorter spin IDs rather than selecting them 
from the list.


Modified:
    trunk/user_functions/spin.py

Modified: trunk/user_functions/spin.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/spin.py?rev=18073&r1=18072&r2=18073&view=diff
==============================================================================
--- trunk/user_functions/spin.py (original)
+++ trunk/user_functions/spin.py Thu Dec  6 18:32:30 2012
@@ -196,7 +196,7 @@
     wiz_element_type = "combo_list",
     wiz_combo_iter = get_spin_ids,
     wiz_combo_list_min = 2,
-    wiz_read_only = True
+    wiz_read_only = False
 )
 uf.add_keyarg(
     name = "averaging",




Related Messages


Powered by MHonArc, Updated Thu Dec 06 18:40:02 2012