diff options
author | Paul Nasrat <pnasrat@redhat.com> | 2005-10-20 18:59:53 +0000 |
---|---|---|
committer | Paul Nasrat <pnasrat@redhat.com> | 2005-10-20 18:59:53 +0000 |
commit | cfd9d343d842f9c85f81091798542d958623506d (patch) | |
tree | 23ea799c77c1eb812fb0ec1d444611d4e457f0b1 /gui.py | |
parent | 15f98b129b45c3e2e0fd78978a031dfd25d7a6a6 (diff) | |
download | anaconda-cfd9d343d842f9c85f81091798542d958623506d.tar.gz anaconda-cfd9d343d842f9c85f81091798542d958623506d.tar.xz anaconda-cfd9d343d842f9c85f81091798542d958623506d.zip |
Initial progress for depsolving
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -523,6 +523,9 @@ class ProgressWindow: self.window.show_all () rootPushBusyCursor() + def refresh(self): + processEvents() + def set (self, amount): # only update widget if we've changed by 5% curval = self.progress.get_fraction() |