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:08:07
Message-Id: d39ccb8e4d45f1bd8c21b95e95acd39498251a00.wiktor@gentoo
1 commit: d39ccb8e4d45f1bd8c21b95e95acd39498251a00
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Tue Jul 5 12:07:42 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Tue Jul 5 12:07:42 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=d39ccb8e
7
8 iw/profile_gui.py: fixed typo is -> in
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 de3369e..24d47c6 100644
16 --- a/iw/profile_gui.py
17 +++ b/iw/profile_gui.py
18 @@ -36,7 +36,7 @@ _ = lambda x: gettext.ldgettext("anaconda", x)
19
20 class ProfileWindow(InstallWindow):
21 def getNext(self):
22 - for button is self.buttons:
23 + for button in self.buttons:
24 if button.get_property("active")
25 self.anaconda.profile = button.get_property("label")
26 return None