Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda:master commit in: iw/
Date: Tue, 05 Jul 2011 12:22:29
Message-Id: d206620793b4be55ebc517108c003e357d79b6aa.wiktor@gentoo
1 commit: d206620793b4be55ebc517108c003e357d79b6aa
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Tue Jul 5 12:22:06 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Tue Jul 5 12:22:06 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=d2066207
7
8 iw/profile_gui.py: more typos
9
10 ---
11 iw/profile_gui.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/iw/profile_gui.py b/iw/profile_gui.py
15 index 24d47c6..6641b31 100644
16 --- a/iw/profile_gui.py
17 +++ b/iw/profile_gui.py
18 @@ -37,7 +37,7 @@ _ = lambda x: gettext.ldgettext("anaconda", x)
19 class ProfileWindow(InstallWindow):
20 def getNext(self):
21 for button in self.buttons:
22 - if button.get_property("active")
23 + if button.get_property("active"):
24 self.anaconda.profile = button.get_property("label")
25 return None