From 1ab3c1e862648b069457e9e2f6830a32981c152e Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 21 Feb 2008 15:17:39 -0500 Subject: Switch the grub installation radio to be a checkbutton. Cleanups for grub only --- iw/osbootwidget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iw/osbootwidget.py') 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 -- cgit