diff options
author | Matt Wilson <msw@redhat.com> | 2001-03-29 17:38:13 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-03-29 17:38:13 +0000 |
commit | 738f8003de71c7f96ed61c4b00d9db02e719ee98 (patch) | |
tree | cc97cab4bd93a8d450d6c1f284ec0598ed308b1d /upgrade.py | |
parent | 95d26756a780b5b850b6a6219743b6e0b9923545 (diff) | |
download | anaconda-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 'upgrade.py')
-rw-r--r-- | upgrade.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py index 5d0889d43..873620caa 100644 --- a/upgrade.py +++ b/upgrade.py @@ -159,7 +159,7 @@ def swapfileExists(swapname): except: return 0 -def createSwapFile(instPath, theFstab, mntPoint, size, progressWindow): +def createSwapFile(instPath, theFstab, mntPoint, size): fstabPath = instPath + "/etc/fstab" prefix = "" if theFstab.rootOnLoop(): |