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: Mon, 01 Aug 2011 09:40:02
Message-Id: a516058d6e6404ceb7ecba52ffc8594c0bbbcb67.wiktor@gentoo
1 commit: a516058d6e6404ceb7ecba52ffc8594c0bbbcb67
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Mon Aug 1 09:39:45 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Mon Aug 1 09:39:45 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=a516058d
7
8 iw/mirrorselect_gui.py: typo
9
10 ---
11 iw/mirrorselect_gui.py | 4 ++--
12 1 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/iw/mirrorselect_gui.py b/iw/mirrorselect_gui.py
15 index dacd225..b66ae7d 100644
16 --- a/iw/mirrorselect_gui.py
17 +++ b/iw/mirrorselect_gui.py
18 @@ -106,9 +106,9 @@ class MirrorselectWindow(InstallWindow):
19 xml.get_widget("mirrors_viewport").add(treeview)
20
21 def toggleCB(self, cb):
22 - if cb.get_active() = True
23 + if cb.get_active() = True:
24 cb.set_active(False)
25 - else
26 + else:
27 cb.set_active(True)
28
29 def addMirrorRow(self, ts, country_ts, region, country, mirror, data):