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(


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to