summaryrefslogtreecommitdiffstats
path: root/iw/osbootwidget.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-02-21 15:17:39 -0500
committerJeremy Katz <katzj@redhat.com>2008-02-22 13:14:10 -0500
commit1ab3c1e862648b069457e9e2f6830a32981c152e (patch)
treee6417e5be2832dbd356b80f61caccde46078cea0 /iw/osbootwidget.py
parentc4167235088d4acd87a2f899f328867bb0c7e7e6 (diff)
downloadanaconda-1ab3c1e862648b069457e9e2f6830a32981c152e.tar.gz
anaconda-1ab3c1e862648b069457e9e2f6830a32981c152e.tar.xz
anaconda-1ab3c1e862648b069457e9e2f6830a32981c152e.zip
Switch the grub installation radio to be a checkbutton. Cleanups for grub only
Diffstat (limited to 'iw/osbootwidget.py')
-rw-r--r--iw/osbootwidget.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/osbootwidget.py b/iw/osbootwidget.py
index fbffb84fd..161174f98 100644
--- a/iw/osbootwidget.py
+++ b/iw/osbootwidget.py
@@ -32,7 +32,7 @@ from constants import *
class OSBootWidget:
"""Widget to display OSes to boot and allow adding new ones."""
- def __init__(self, anaconda, parent, blname):
+ def __init__(self, anaconda, parent, blname = None):
self.bl = anaconda.id.bootloader
self.fsset = anaconda.id.fsset
self.diskset = anaconda.id.diskset