summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-23 17:16:25 +0000
committerMatt Wilson <msw@redhat.com>1999-09-23 17:16:25 +0000
commit173bdf6c32ebd2127ac88ff3494c6d20b845c65c (patch)
treec0a997ef581fcf3c8ce5f26cda708c4cd8b59e67 /gui.py
parent16b681aa5108c94ff8b19f86f6a7c2a7f2e0170e (diff)
downloadanaconda-173bdf6c32ebd2127ac88ff3494c6d20b845c65c.tar.gz
anaconda-173bdf6c32ebd2127ac88ff3494c6d20b845c65c.tar.xz
anaconda-173bdf6c32ebd2127ac88ff3494c6d20b845c65c.zip
possible x async fix
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.py b/gui.py
index 162777979..78bacdf33 100755
--- a/gui.py
+++ b/gui.py
@@ -100,6 +100,7 @@ class ProgressWindow:
def set (self, amount):
threads_enter ()
self.progress.update (float (amount) / self.total)
+ gdk_flush ()
threads_leave ()
def pop(self):