aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--iw/makeconf_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/makeconf_gui.py b/iw/makeconf_gui.py
index 2631d8a..87041e9 100644
--- a/iw/makeconf_gui.py
+++ b/iw/makeconf_gui.py
@@ -43,7 +43,7 @@ class MakeconfWindow(InstallWindow):
def getNext(self):
if self.march.get_active_text() == "":
self.err(_("Select -march"), _("You need to choose the -march setting!"))
- if self.opt.get_active_text() == "";
+ if self.opt.get_active_text() == "":
self.err(_("Select -O"), _("You need to choose the -O setting!"))
self.anaconda.makeconf_march = self.march.get_active_text()