[master] Fix mainExceptionWindow issues

Vratislav Podzimek vpodzime at redhat.com
Thu Aug 16 11:47:47 UTC 2012


PATCH 1/2 puts python-meh's mainExceptionWindow in a WindowGroup to fix the
problem with insensitivity of the window if it appears above a spoke. This is
a simple version of a patch that could (should?) be much bigger -- we should
probably have all our Gtk.Windows (Gtk.Dialog resolves the problem itself) in
one or more Gtk.WindowGroup(s). Because the same problem with insensitivity may
emerge in the future with some other window running its own Gtk.main loop.

PATCH 2/2 puts our lightbox below the python-meh's window. There is no simple
way how to remove it then, but finishing python-meh means reboot so this doesn't
matter.

Vratislav Podzimek (2):
  Put mainExceptionWindow in a WindowGroup
  Enlightbox mainExceptionWindow

 pyanaconda/ui/gui/__init__.py | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

-- 
1.7.11.2



More information about the anaconda-patches mailing list