mailr13015 - /1.3/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 14, 2011 - 19:38:
Author: bugman
Date: Tue Jun 14 19:38:20 2011
New Revision: 13015

URL: http://svn.gna.org/viewcvs/relax?rev=13015&view=rev
Log:
Fix for the global settings window - it needs to inherit from UF_window!


Modified:
    1.3/gui/settings.py

Modified: 1.3/gui/settings.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/settings.py?rev=13015&r1=13014&r2=13015&view=diff
==============================================================================
--- 1.3/gui/settings.py (original)
+++ 1.3/gui/settings.py Tue Jun 14 19:38:20 2011
@@ -235,7 +235,7 @@
 
 
 
-class Global_params(Base_window):
+class Global_params(Base_window, UF_window):
     """The global parameters setting window."""
 
     # The window size.




Related Messages


Powered by MHonArc, Updated Tue Jun 14 20:00:01 2011