summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-03-28 21:31:13 +0000
committerJeremy Katz <katzj@redhat.com>2007-03-28 21:31:13 +0000
commit81893c5d1cc3943dcece7ab9a4a551f3ec5c308f (patch)
treee83315b1d6b7c236e340e8b0e6e3cf1f96b315d5 /text.py
parent0316cb48ef2fd7d71249bd5de317d265e588f947 (diff)
downloadanaconda-81893c5d1cc3943dcece7ab9a4a551f3ec5c308f.tar.gz
anaconda-81893c5d1cc3943dcece7ab9a4a551f3ec5c308f.tar.xz
anaconda-81893c5d1cc3943dcece7ab9a4a551f3ec5c308f.zip
2007-03-28 Jeremy Katz <katzj@redhat.com>
* livecd.py (LiveCDCopyBackend._doFilesystemMangling): Call refresh method so that we don't end up with a hung looking UI during filesystem resizing, etc (#224213) * gui.py (WaitWindow.refresh): Add refresh method * cmdline.py (WaitWindow.refresh): Likewise. * text.py (WaitWindow.refresh): Likewise.
Diffstat (limited to 'text.py')
-rw-r--r--text.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/text.py b/text.py
index 18d17eecb..b78ca8fef 100644
--- a/text.py
+++ b/text.py
@@ -82,6 +82,9 @@ class WaitWindow:
self.screen.popWindow()
self.screen.refresh()
+ def refresh():
+ self.screen.refresh()
+
def __init__(self, screen, title, text):
self.screen = screen
width = 40