Author: johannes
Date: 2006-08-23 06:57:07 -0500 (Wed, 23 Aug 2006)
New Revision: 8610

Modified:
   branches/forms-0.5/src/uidrivers/wx26/UIdriver.py
Log:
Reset the splash-screen so it does not get closed twice


Modified: branches/forms-0.5/src/uidrivers/wx26/UIdriver.py
===================================================================
--- branches/forms-0.5/src/uidrivers/wx26/UIdriver.py   2006-08-23 09:58:06 UTC 
(rev 8609)
+++ branches/forms-0.5/src/uidrivers/wx26/UIdriver.py   2006-08-23 11:57:07 UTC 
(rev 8610)
@@ -177,7 +177,10 @@
       """
 
       if self.__splash is not None:
-          self.__splash.Close ()
+          try:
+              self.__splash.Close ()
+          finally:
+              self.__splash = None
 
 
   # ---------------------------------------------------------------------------



_______________________________________________
commit-gnue mailing list
commit-gnue@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to