summaryrefslogtreecommitdiffstats
path: root/textw/upgrade_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 /textw/upgrade_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 'textw/upgrade_text.py')
-rw-r--r--textw/upgrade_text.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/textw/upgrade_text.py b/textw/upgrade_text.py
index bdbe01670..09a3857b8 100644
--- a/textw/upgrade_text.py
+++ b/textw/upgrade_text.py
@@ -119,8 +119,8 @@ class UpgradeSwapWindow:
else:
screen.popWindow()
if todo.setupFilesystems:
- upgrade.createSwapFile(todo.instPath, todo.fstab, mnt, val,
- todo.intf.progressWindow)
+ upgrade.createSwapFile(todo.instPath, todo.fstab,
+ mnt, val)
todo.upgradeFindPackages ()
return INSTALL_OK