aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-08-11 12:58:50 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-08-11 12:58:50 +0000
commitc7e58db15b3f7327fbc1fd147872a9bd3b6611d0 (patch)
treeb04d0818115b6ae286108277a15871a4ae009fbc
parentSync Portage and install from a stage3 tarball (diff)
downloadanaconda-c7e58db15b3f7327fbc1fd147872a9bd3b6611d0.tar.gz
anaconda-c7e58db15b3f7327fbc1fd147872a9bd3b6611d0.tar.bz2
anaconda-c7e58db15b3f7327fbc1fd147872a9bd3b6611d0.zip
fix typo
-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()