change splash.Hide() with splash.Close()
authorgreg
Wed, 12 Mar 2008 14:51:52 +0100
changeset 133 d85b937cdac3
parent 132 ebf06a3afb5d
child 134 517db40c30b7
change splash.Hide() with splash.Close()
Beremiz.py
--- a/Beremiz.py	Wed Mar 12 13:32:14 2008 +0100
+++ b/Beremiz.py	Wed Mar 12 14:51:52 2008 +0100
@@ -1348,6 +1348,6 @@
     
     frame = Beremiz(None, projectOpen)
     frame.Show()
-    splash.Hide()
+    splash.Close()
 
     app.MainLoop()