From cb64ecb282b126f2893a1e8063cbc8d911800e02 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Wed, 9 Jan 2008 18:05:24 +0000 Subject: [PATCH] update, then present, not the other way around --- src/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface.py b/src/interface.py index 7ee1612a1..0186fb3d8 100644 --- a/src/interface.py +++ b/src/interface.py @@ -535,9 +535,9 @@ window, please enter your password")) if self.window.is_active(): self.window.hide() else: - self.window.present() # Force UI update as we don't update it while minimized self.update() + self.window.present() else: if self.config.get("lock_tray"): self.unlock_tray("mainwinshow")