summaryrefslogtreecommitdiffstats
path: root/iw/osbootwidget.py
diff options
context:
space:
mode:
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