summaryrefslogtreecommitdiffstats
path: root/iw/upgrade_swap_gui.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-03-13 01:16:39 +0000
committerbfox <bfox>2001-03-13 01:16:39 +0000
commit4791a217689b5728e1da04166a18d2f317b42835 (patch)
tree98a47d229537d288fbf857edfc1cd60626aa2749 /iw/upgrade_swap_gui.py
parent2431e72c385599737388e0e573b77ef2af3ebb69 (diff)
downloadanaconda-4791a217689b5728e1da04166a18d2f317b42835.tar.gz
anaconda-4791a217689b5728e1da04166a18d2f317b42835.tar.xz
anaconda-4791a217689b5728e1da04166a18d2f317b42835.zip
removed hard coded value for suggSize
Diffstat (limited to 'iw/upgrade_swap_gui.py')
-rw-r--r--iw/upgrade_swap_gui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/iw/upgrade_swap_gui.py b/iw/upgrade_swap_gui.py
index a4a73c778..4cb11ae71 100644
--- a/iw/upgrade_swap_gui.py
+++ b/iw/upgrade_swap_gui.py
@@ -110,7 +110,6 @@ class UpgradeSwapWindow (InstallWindow):
count = count + 1
self.clist.select_row(0, 0)
- suggSize = 128
label = GtkLabel (_("It is recommended that your swap file be at least %d MB. Please enter a size for the swap file:" % suggSize))
label.set_usize(400, 40)