mailr19583 - /trunk/user_functions/frq.py


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

Header


Content

Posted by edward on April 22, 2013 - 14:08:
Author: bugman
Date: Mon Apr 22 14:08:58 2013
New Revision: 19583

URL: http://svn.gna.org/viewcvs/relax?rev=19583&view=rev
Log:
The frq.set user function 'id' argument is no longer read only - this was 
causing test suite failures.


Modified:
    trunk/user_functions/frq.py

Modified: trunk/user_functions/frq.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/frq.py?rev=19583&r1=19582&r2=19583&view=diff
==============================================================================
--- trunk/user_functions/frq.py (original)
+++ trunk/user_functions/frq.py Mon Apr 22 14:08:58 2013
@@ -46,8 +46,7 @@
     desc_short = "experiment ID",
     desc = "The experiment identification string.",
     wiz_element_type = 'combo',
-    wiz_combo_iter = spectrum.get_ids,
-    wiz_read_only = True
+    wiz_combo_iter = spectrum.get_ids
 )
 uf.add_keyarg(
     name = "frq",




Related Messages


Powered by MHonArc, Updated Mon Apr 22 14:20:02 2013