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:45:02
Message-Id: 1af1f80b11294c2a25c6fd7215cfa57c90efc536.wiktor@gentoo
1 commit: 1af1f80b11294c2a25c6fd7215cfa57c90efc536
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Mon Aug 1 00:44:44 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Mon Aug 1 00:44:44 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=1af1f80b
7
8 iw/mirrorselect_gui.py: initialise ipv? flags
9
10 ---
11 iw/mirrorselect_gui.py | 2 ++
12 1 files changed, 2 insertions(+), 0 deletions(-)
13
14 diff --git a/iw/mirrorselect_gui.py b/iw/mirrorselect_gui.py
15 index 225d96d..cedf284 100644
16 --- a/iw/mirrorselect_gui.py
17 +++ b/iw/mirrorselect_gui.py
18 @@ -92,6 +92,8 @@ class MirrorselectWindow(InstallWindow):
19 def addMirrorRow(self, ts, country_ts, region, country, mirror, data):
20 cb = gtk.CheckButton(label=data["url"], use_underline=False)
21
22 + ipv4 = ""
23 + ipv6 = ""
24 if data["ipv4"] == "y":
25 ipv4 = "ipv4"
26 if data["ipv6"] == "y":