diff options
author | Matt Wilson <msw@redhat.com> | 2000-01-05 18:28:25 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-01-05 18:28:25 +0000 |
commit | 6dc6224ca343e7c4279761b7ad70bc17248e9100 (patch) | |
tree | ac67e1dc48cb802a1033704f660d21ce87dd4672 /textw | |
parent | ea1760e5dcf3902fed05f78e4644c7e0337035a6 (diff) | |
download | anaconda-6dc6224ca343e7c4279761b7ad70bc17248e9100.tar.gz anaconda-6dc6224ca343e7c4279761b7ad70bc17248e9100.tar.xz anaconda-6dc6224ca343e7c4279761b7ad70bc17248e9100.zip |
fix for early swap turnon
Diffstat (limited to 'textw')
-rw-r--r-- | textw/partitioning.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textw/partitioning.py b/textw/partitioning.py index f920e1360..1af12a16f 100644 --- a/textw/partitioning.py +++ b/textw/partitioning.py @@ -174,8 +174,8 @@ class TurnOnSwapWindow: if (rc == "back"): return INSTALL_BACK - self.fstab.savePartitions () - self.fstab.turnOnSwap(self.intf.waitWindow) + todo.fstab.savePartitions () + todo.fstab.turnOnSwap() todo.ddruidAlreadySaved = 1 self.beenTurnedOn = 1 |