summaryrefslogtreecommitdiff
path: root/portato/gui/windows/splash.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/gui/windows/splash.py')
-rw-r--r--portato/gui/windows/splash.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/portato/gui/windows/splash.py b/portato/gui/windows/splash.py
index 39ba00d..c9e1542 100644
--- a/portato/gui/windows/splash.py
+++ b/portato/gui/windows/splash.py
@@ -40,6 +40,7 @@ class SplashScreen (Window):
gtk.main_iteration()
def show (self):
+ self.window.set_keep_above(True)
self.window.show_all()
self.do_iteration()
@@ -47,4 +48,8 @@ class SplashScreen (Window):
self.window.hide()
self.do_iteration()
+ def destroy(self):
+ self.window.destroy()
+ self.do_iteration()
+
__call__ = set_descr