diff options
author | Matt Wilson <msw@redhat.com> | 2000-08-11 19:35:50 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-08-11 19:35:50 +0000 |
commit | b2710269b1c3a36347806f8309c83fd98e1848f4 (patch) | |
tree | b10ad1fb7af1ba1fba782c332716648cb197ff50 | |
parent | d37e91dbbbe0438cc7dcd69657b7d5064e70625a (diff) | |
download | anaconda-b2710269b1c3a36347806f8309c83fd98e1848f4.tar.gz anaconda-b2710269b1c3a36347806f8309c83fd98e1848f4.tar.xz anaconda-b2710269b1c3a36347806f8309c83fd98e1848f4.zip |
fix i18n, enable screen in test mode
-rw-r--r-- | iw/rootpartition_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/rootpartition_gui.py b/iw/rootpartition_gui.py index f96b36643..ac141996d 100644 --- a/iw/rootpartition_gui.py +++ b/iw/rootpartition_gui.py @@ -133,7 +133,7 @@ class LoopSizeWindow(InstallWindow): avail = apply(isys.spaceAvailable, self.todo.fstab.getRootDevice()) else: # test mode - avail = 5000 + avail = 5000 (size, swapSize) = self.todo.fstab.getLoopbackSize() if not size: size = avail / 2 |