summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-03-26 18:12:01 +0000
committerMatt Wilson <msw@redhat.com>2001-03-26 18:12:01 +0000
commita2d28cb8bd77370ab5ceaefc27159920cc223a3c (patch)
tree5e84345aa4f16c671105f21ed4342cf395896fa5 /todo.py
parent9a46e0e8d70571e7011052acc57573be58d2fc98 (diff)
downloadanaconda-a2d28cb8bd77370ab5ceaefc27159920cc223a3c.tar.gz
anaconda-a2d28cb8bd77370ab5ceaefc27159920cc223a3c.tar.xz
anaconda-a2d28cb8bd77370ab5ceaefc27159920cc223a3c.zip
gui.py: possible fix for #33103: reset the frame's label always
fstab.py: we already have the intf's progressWindow stored in self, don't require it to be passed in todo.py: fix the call to fstab.turnOnSwap to use the new method iw/rootpartition_gui.py: ditto. why was it passing a waitwindow, anyway?! textw/partitioning_text.py: ditto.
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/todo.py b/todo.py
index c95cfa487..d2c8ad3ad 100644
--- a/todo.py
+++ b/todo.py
@@ -1213,8 +1213,7 @@ class ToDo:
fstab.readFstab(self.instPath + '/etc/fstab', self.fstab)
- self.fstab.turnOnSwap(self.instPath, self.intf.progressWindow,
- formatSwap = 0)
+ self.fstab.turnOnSwap(self.instPath, formatSwap = 0)
def upgradeFindPackages (self):
self.getCompsList ()
@@ -1750,8 +1749,7 @@ class ToDo:
else:
self.fstab.savePartitions ()
self.fstab.makeFilesystems ()
- self.fstab.turnOnSwap(self.instPath,
- self.intf.progressWindow)
+ self.fstab.turnOnSwap(self.instPath)
# We do this for upgrades, even though everything is already
# mounted. While this may seem a bit strange, we reference