Author: johannes
Date: 2006-08-23 06:58:08 -0500 (Wed, 23 Aug 2006)
New Revision: 8611
Modified:
trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py
Log:
Remove the splash screen so it does not get closed twice
Modified: trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py 2006-08-23 11:57:07 UTC
(rev 8610)
+++ trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py 2006-08-23 11:58:08 UTC
(rev 8611)
@@ -187,7 +187,10 @@
"""
if self.__splash is not None:
- self.__splash.Close ()
+ try:
+ self.__splash.Close ()
+ finally:
+ self.__splash = None
# ---------------------------------------------------------------------------
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue