mailr13538 - /branches/gui_testing/gui/analyses/wizard.py


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

Header


Content

Posted by edward on July 08, 2011 - 14:50:
Author: bugman
Date: Fri Jul  8 14:50:29 2011
New Revision: 13538

URL: http://svn.gna.org/viewcvs/relax?rev=13538&view=rev
Log:
The analysis type is now converted to a string in the new analysis wizard.


Modified:
    branches/gui_testing/gui/analyses/wizard.py

Modified: branches/gui_testing/gui/analyses/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/wizard.py?rev=13538&r1=13537&r2=13538&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/wizard.py (original)
+++ branches/gui_testing/gui/analyses/wizard.py Fri Jul  8 14:50:29 2011
@@ -62,7 +62,7 @@
             return
 
         # Get the data.
-        analysis_type = self.wizard.analysis_type
+        analysis_type = gui_to_str(self.wizard.analysis_type)
         analysis_name = gui_to_str(new_page.analysis_name.GetValue())
         pipe_name = gui_to_str(pipe_page.pipe_name.GetValue())
 




Related Messages


Powered by MHonArc, Updated Fri Jul 08 15:20:02 2011