mailr13225 - /branches/gui_testing/gui/settings.py


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

Header


Content

Posted by edward on June 24, 2011 - 20:23:
Author: bugman
Date: Fri Jun 24 20:23:28 2011
New Revision: 13225

URL: http://svn.gna.org/viewcvs/relax?rev=13225&view=rev
Log:
Bug fix for the global setting and free file format windows.

These use methods from Wiz_page rather than Wiz_window.


Modified:
    branches/gui_testing/gui/settings.py

Modified: branches/gui_testing/gui/settings.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/settings.py?rev=13225&r1=13224&r2=13225&view=diff
==============================================================================
--- branches/gui_testing/gui/settings.py (original)
+++ branches/gui_testing/gui/settings.py Fri Jun 24 20:23:28 2011
@@ -34,7 +34,7 @@
 from gui.message import error_message
 from gui.misc import gui_to_int, int_to_gui
 from gui import paths
-from gui.wizard import Wiz_window
+from gui.wizard import Wiz_page
 
 
 def load_sequence():
@@ -189,7 +189,7 @@
 
 
 
-class Free_file_format(Base_window, Wiz_window):
+class Free_file_format(Base_window, Wiz_page):
     """The free file format setting window."""
 
     # The window size.
@@ -235,7 +235,7 @@
 
 
 
-class Global_params(Base_window, Wiz_window):
+class Global_params(Base_window, Wiz_page):
     """The global parameters setting window."""
 
     # The window size.




Related Messages


Powered by MHonArc, Updated Fri Jun 24 20:40:02 2011