diff options
author | Jeremy Katz <katzj@redhat.com> | 2008-02-21 15:17:39 -0500 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2008-02-22 13:14:10 -0500 |
commit | 1ab3c1e862648b069457e9e2f6830a32981c152e (patch) | |
tree | e6417e5be2832dbd356b80f61caccde46078cea0 /iw/osbootwidget.py | |
parent | c4167235088d4acd87a2f899f328867bb0c7e7e6 (diff) | |
download | anaconda-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.py | 2 |
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 |