diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-23 17:16:25 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-23 17:16:25 +0000 |
commit | 173bdf6c32ebd2127ac88ff3494c6d20b845c65c (patch) | |
tree | c0a997ef581fcf3c8ce5f26cda708c4cd8b59e67 /gui.py | |
parent | 16b681aa5108c94ff8b19f86f6a7c2a7f2e0170e (diff) | |
download | anaconda-173bdf6c32ebd2127ac88ff3494c6d20b845c65c.tar.gz anaconda-173bdf6c32ebd2127ac88ff3494c6d20b845c65c.tar.xz anaconda-173bdf6c32ebd2127ac88ff3494c6d20b845c65c.zip |
possible x async fix
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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): |