From 9412321697bc59106d1a31338b6c00aa86cbc893 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Fri, 24 Sep 1999 05:43:32 +0000 Subject: no gdk_flush. --- gui.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'gui.py') diff --git a/gui.py b/gui.py index 78bacdf33..7edb175ef 100755 --- a/gui.py +++ b/gui.py @@ -57,7 +57,6 @@ class WaitWindow: frame.add (box) self.window.add (frame) self.window.show_all () - gdk_flush () thread = currentThread () print thread.getName () if thread.getName () == "gtk_main": @@ -94,13 +93,11 @@ class ProgressWindow: frame.add (box) self.window.add (frame) self.window.show_all () - gdk_flush () threads_leave () def set (self, amount): threads_enter () self.progress.update (float (amount) / self.total) - gdk_flush () threads_leave () def pop(self): -- cgit