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 00:53:34
Message-Id: c1b9267dc4261a2f32cdfb762d33737748d5f829.wiktor@gentoo
1 commit: c1b9267dc4261a2f32cdfb762d33737748d5f829
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Mon Aug 1 00:53:10 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Mon Aug 1 00:53:10 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=c1b9267d
7
8 iw/mirrorselect_gui.py: add the mirror to the appropriate country
9
10 ---
11 iw/mirrorselect_gui.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/iw/mirrorselect_gui.py b/iw/mirrorselect_gui.py
15 index cedf284..0bdde57 100644
16 --- a/iw/mirrorselect_gui.py
17 +++ b/iw/mirrorselect_gui.py
18 @@ -99,7 +99,7 @@ class MirrorselectWindow(InstallWindow):
19 if data["ipv6"] == "y":
20 ipv6 = " ipv6"
21
22 - ts.append([cb, mirror, ipv4, ipv6])
23 + ts.append(country_ts, [cb, mirror, ipv4, ipv6])
24
25 def downloadMirrorlist(self):
26 try: