mailr19584 - in /branches/relax_disp: ./ 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:10:
Author: bugman
Date: Mon Apr 22 14:10:02 2013
New Revision: 19584

URL: http://svn.gna.org/viewcvs/relax?rev=19584&view=rev
Log:
Merged revisions 19583 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/trunk

........
  r19583 | bugman | 2013-04-22 14:08:58 +0200 (Mon, 22 Apr 2013) | 3 lines
  
  The frq.set user function 'id' argument is no longer read only - this was 
causing test suite failures.
........

Modified:
    branches/relax_disp/   (props changed)
    branches/relax_disp/user_functions/frq.py

Propchange: branches/relax_disp/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Mon Apr 22 14:10:02 2013
@@ -1,1 +1,1 @@
-/trunk:1-19581
+/trunk:1-19583

Modified: branches/relax_disp/user_functions/frq.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/user_functions/frq.py?rev=19584&r1=19583&r2=19584&view=diff
==============================================================================
--- branches/relax_disp/user_functions/frq.py (original)
+++ branches/relax_disp/user_functions/frq.py Mon Apr 22 14:10:02 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:40:02 2013