commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r8611 - trunk/gnue-forms/src/uidrivers/wx26


From: johannes
Subject: [gnue] r8611 - trunk/gnue-forms/src/uidrivers/wx26
Date: Wed, 23 Aug 2006 06:58:09 -0500 (CDT)

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
 
 
   # ---------------------------------------------------------------------------





reply via email to

[Prev in Thread] Current Thread [Next in Thread]