mailr26109 - /trunk/user_functions/structure.py


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

Header


Content

Posted by edward on October 01, 2014 - 19:44:
Author: bugman
Date: Wed Oct  1 19:44:16 2014
New Revision: 26109

URL: http://svn.gna.org/viewcvs/relax?rev=26109&view=rev
Log:
Fix for the pipes argument for the structure.align user function in the GUI.

Modified:
    trunk/user_functions/structure.py

Modified: trunk/user_functions/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/structure.py?rev=26109&r1=26108&r2=26109&view=diff
==============================================================================
--- trunk/user_functions/structure.py   (original)
+++ trunk/user_functions/structure.py   Wed Oct  1 19:44:16 2014
@@ -157,9 +157,8 @@
     py_type = "str_list",
     desc_short = "data pipes",
     desc = "The data pipes to include in the alignment and superimposition.",
-    wiz_element_type = 'combo',
     wiz_combo_iter = pipe_names,
-    wiz_read_only = True,
+    wiz_read_only = False,
     can_be_none = True
 )
 uf.add_keyarg(




Related Messages


Powered by MHonArc, Updated Wed Oct 01 20:00:03 2014