summaryrefslogtreecommitdiffstats
path: root/iw
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 /iw
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 'iw')
-rw-r--r--iw/upgrade_swap_gui.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/iw/upgrade_swap_gui.py b/iw/upgrade_swap_gui.py
index 0a745e856..bcd19ea35 100644
--- a/iw/upgrade_swap_gui.py
+++ b/iw/upgrade_swap_gui.py
@@ -72,8 +72,9 @@ class UpgradeSwapWindow (InstallWindow):
else:
threads_leave()
if self.todo.setupFilesystems:
- upgrade.createSwapFile(self.todo.instPath, self.todo.fstab, mnt, val,
- self.todo.intf.progressWindow)
+ upgrade.createSwapFile(self.todo.instPath, self.todo.fstab,
+ mnt, val)
+
self.todo.upgradeFindPackages()
threads_enter()
return None