summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-06-23 20:40:21 +0000
committerMike Fulbright <msf@redhat.com>2003-06-23 20:40:21 +0000
commit11b3a54aae118bbd9bce8a0b0241bc8194c5e18d (patch)
tree0a8ed85b134b39a3705f9adb40e8e2f1871483b2 /textw
parent0804e9a0a958be39dbd83985924bedb70922621d (diff)
downloadanaconda-11b3a54aae118bbd9bce8a0b0241bc8194c5e18d.tar.gz
anaconda-11b3a54aae118bbd9bce8a0b0241bc8194c5e18d.tar.xz
anaconda-11b3a54aae118bbd9bce8a0b0241bc8194c5e18d.zip
removed reference to unused corrected keyword for memInstalled() function.
Diffstat (limited to 'textw')
-rw-r--r--textw/upgrade_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/upgrade_text.py b/textw/upgrade_text.py
index 497dd20cc..2b5ea9e06 100644
--- a/textw/upgrade_text.py
+++ b/textw/upgrade_text.py
@@ -89,7 +89,7 @@ class UpgradeSwapWindow:
(fsList, suggSize, suggMntPoint) = rc
- ramDetected = iutil.memInstalled(corrected=1)/1024
+ ramDetected = iutil.memInstalled()/1024
text = _("The 2.4 kernel needs significantly more swap than older "
"kernels, as much as twice as much swap space as RAM on the "