summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2005-10-20 18:59:53 +0000
committerPaul Nasrat <pnasrat@redhat.com>2005-10-20 18:59:53 +0000
commitcfd9d343d842f9c85f81091798542d958623506d (patch)
tree23ea799c77c1eb812fb0ec1d444611d4e457f0b1 /gui.py
parent15f98b129b45c3e2e0fd78978a031dfd25d7a6a6 (diff)
downloadanaconda-cfd9d343d842f9c85f81091798542d958623506d.tar.gz
anaconda-cfd9d343d842f9c85f81091798542d958623506d.tar.xz
anaconda-cfd9d343d842f9c85f81091798542d958623506d.zip
Initial progress for depsolving
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui.py b/gui.py
index 724944cbe..1055fccb9 100755
--- a/gui.py
+++ b/gui.py
@@ -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()