diff options
author | Matt Wilson <msw@redhat.com> | 2000-05-08 16:31:25 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-05-08 16:31:25 +0000 |
commit | 0fb081a2ce47922afd39109f9fdfccf6704233be (patch) | |
tree | 316e896da06a032d85ebf78145db0ba8c103cfd3 /iw | |
parent | 17a701fe7834064248c7e5b8728ceea448c4b6ba (diff) | |
download | anaconda-0fb081a2ce47922afd39109f9fdfccf6704233be.tar.gz anaconda-0fb081a2ce47922afd39109f9fdfccf6704233be.tar.xz anaconda-0fb081a2ce47922afd39109f9fdfccf6704233be.zip |
added 32M option
Diffstat (limited to 'iw')
-rw-r--r-- | iw/xconfig_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/xconfig_gui.py b/iw/xconfig_gui.py index 24da782b1..8518b7910 100644 --- a/iw/xconfig_gui.py +++ b/iw/xconfig_gui.py @@ -406,7 +406,7 @@ class XConfigWindow (InstallWindow): group = None count = 0 for size in ("256k", "512k", "1024k", "2048k", "4096k", - "8192k", "16384k"): + "8192k", "16384k", "32768k"): button = GtkRadioButton (group, size) button.connect ('clicked', self.memory_cb, size) if size[:-1] == self.todo.x.vidRam: |