Author: johannes
Date: 2006-06-21 07:49:18 -0500 (Wed, 21 Jun 2006)
New Revision: 8505

Modified:
   trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py
Log:
If the splash screen is visible while an exception occured, hide it 
prior to display the exception dialog.

issue112 testing


Modified: trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py     2006-06-21 11:04:29 UTC 
(rev 8504)
+++ trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py     2006-06-21 12:49:18 UTC 
(rev 8505)
@@ -242,6 +242,9 @@
 
   def _showException (self, group, name, message, detail):
 
+    if self.__splash:
+        self.__splash.Close()
+
     dlg = dialogs.ExceptionDialog (group, name, message, detail)
     try:
       dlg.ShowModal ()



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to