mailr21668 - /trunk/gui/wizards/wiz_objects.py


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

Header


Content

Posted by edward on November 27, 2013 - 10:35:
Author: bugman
Date: Wed Nov 27 10:35:42 2013
New Revision: 21668

URL: http://svn.gna.org/viewcvs/relax?rev=21668&view=rev
Log:
Fix for the Wiz_window.setup_page() method.

The user function SetValue() methods are no longer called but instead the 
Uf_page.SetValue() method
is used to set up user function arguments.  This is important as this later 
method can properly
handle the free file format arguments and other special arguments whereas the 
former cannot.


Modified:
    trunk/gui/wizards/wiz_objects.py

Modified: trunk/gui/wizards/wiz_objects.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/wizards/wiz_objects.py?rev=21668&r1=21667&r2=21668&view=diff
==============================================================================
--- trunk/gui/wizards/wiz_objects.py (original)
+++ trunk/gui/wizards/wiz_objects.py Wed Nov 27 10:35:42 2013
@@ -965,4 +965,4 @@
                 value = float_to_gui(value)
 
             # Set the argument.
-            page.uf_args[arg].SetValue(value)
+            page.SetValue(arg, value)




Related Messages


Powered by MHonArc, Updated Wed Nov 27 11:00:02 2013