mailr16012 - /branches/uf_redesign/user_functions/pipe.py


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

Header


Content

Posted by edward on May 05, 2012 - 22:22:
Author: bugman
Date: Sat May  5 22:22:18 2012
New Revision: 16012

URL: http://svn.gna.org/viewcvs/relax?rev=16012&view=rev
Log:
The pipe.copy pipe_from wizard element is now read only.


Modified:
    branches/uf_redesign/user_functions/pipe.py

Modified: branches/uf_redesign/user_functions/pipe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/pipe.py?rev=16012&r1=16011&r2=16012&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/pipe.py (original)
+++ branches/uf_redesign/user_functions/pipe.py Sat May  5 22:22:18 2012
@@ -49,6 +49,7 @@
         desc = "The name of the source data pipe to copy the data from.",
         wiz_element_type = 'combo',
         wiz_combo_iter = pipes.pipe_names,
+        wiz_read_only = True,
         can_be_none = True
 )
 uf.add_keyarg(




Related Messages


Powered by MHonArc, Updated Sat May 05 23:00:02 2012