mailr10247 - /branches/bieri_gui/gui_bieri/res/settings.py


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

Header


Content

Posted by edward on January 19, 2010 - 11:10:
Author: bugman
Date: Tue Jan 19 11:10:47 2010
New Revision: 10247

URL: http://svn.gna.org/viewcvs/relax?rev=10247&view=rev
Log:
The GUI does not creat its own wx application anymore.

This is the stacking_problem_settings_patch file 
(http://gna.org/support/download.php?file_id=7721)
attached to http://gna.org/task/?6847#comment19.

This caused the problem reported at 
https://mail.gna.org/public/relax-devel/2010-01/msg00029.html,
where the dialog could not be opened.


Modified:
    branches/bieri_gui/gui_bieri/res/settings.py

Modified: branches/bieri_gui/gui_bieri/res/settings.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/res/settings.py?rev=10247&r1=10246&r2=10247&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/res/settings.py (original)
+++ branches/bieri_gui/gui_bieri/res/settings.py Tue Jan 19 11:10:47 2010
@@ -243,10 +243,7 @@
     global old_settings
     settings = []
     old_settings = oldsettings
-    app = wx.PySimpleApp(0)
-    wx.InitAllImageHandlers()
     set_relax_params = inputfile(None, -1, "")
-    app.SetTopWindow(set_relax_params)
     set_relax_params.ShowModal()
     return settings
 




Related Messages


Powered by MHonArc, Updated Tue Jan 19 16:00:02 2010