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 01:59:22
Message-Id: f09ace692f8c0cf87a757ee5ee3d2090c2bc949a.wiktor@gentoo
1 commit: f09ace692f8c0cf87a757ee5ee3d2090c2bc949a
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Mon Aug 1 01:58:57 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Mon Aug 1 01:58:57 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=f09ace69
7
8 iw/mirrorselect_gui.py: use the local xml instance
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 417efb2..062766f 100644
16 --- a/iw/mirrorselect_gui.py
17 +++ b/iw/mirrorselect_gui.py
18 @@ -100,9 +100,9 @@ class MirrorselectWindow(InstallWindow):
19 name_column.add_attribute(text_cell, "text", 1)
20 ipv4_column.add_attribute(text_cell, "text", 2)
21 ipv6_column.add_attribute(text_cell, "text", 3)
22 - xml.treeview.set_search_column(1)
23 + treeview.set_search_column(1)
24
25 - self.xml.get_widget("mirrors_viewport").add(treeview)
26 + xml.get_widget("mirrors_viewport").add(treeview)
27
28
29 def addMirrorRow(self, ts, country_ts, region, country, mirror, data):