summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-03-29 17:38:13 +0000
committerMatt Wilson <msw@redhat.com>2001-03-29 17:38:13 +0000
commit738f8003de71c7f96ed61c4b00d9db02e719ee98 (patch)
treecc97cab4bd93a8d450d6c1f284ec0598ed308b1d /text.py
parent95d26756a780b5b850b6a6219743b6e0b9923545 (diff)
downloadanaconda-738f8003de71c7f96ed61c4b00d9db02e719ee98.tar.gz
anaconda-738f8003de71c7f96ed61c4b00d9db02e719ee98.tar.xz
anaconda-738f8003de71c7f96ed61c4b00d9db02e719ee98.zip
text.py: destroy the scale in progresswindow on pop - masks a SEGV on
todo.doInstall teardown. upgrade.py: we don't need the progresswindow passed in anymore iw/upgrade_swap_gui.py: don't pass in the progresswindow textw/upgrade_text.py: don't pass in the progresswindow
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/text.py b/text.py
index ea2737f58..144e21c84 100644
--- a/text.py
+++ b/text.py
@@ -771,6 +771,8 @@ class ProgressWindow:
def pop(self):
self.screen.popWindow()
self.screen.refresh()
+ del self.scale
+ self.scale = None
def set (self, amount):
self.scale.set (amount)