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:41:20
Message-Id: 2fd98cd9fab9464c542df0f0f8e2a4366eda3d0e.wiktor@gentoo
1 commit: 2fd98cd9fab9464c542df0f0f8e2a4366eda3d0e
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Mon Aug 1 01:41:00 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Mon Aug 1 01:41:00 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=2fd98cd9
7
8 iw/mirrorselect-sync_gui.py: update for the new treeview model
9
10 ---
11 iw/mirrorselect-sync_gui.py | 4 +---
12 1 files changed, 1 insertions(+), 3 deletions(-)
13
14 diff --git a/iw/mirrorselect-sync_gui.py b/iw/mirrorselect-sync_gui.py
15 index 3fbb4cc..64c28af 100644
16 --- a/iw/mirrorselect-sync_gui.py
17 +++ b/iw/mirrorselect-sync_gui.py
18 @@ -69,9 +69,7 @@ class MirrorselectSyncWindow(InstallWindow):
19 mirrors_parsed = ms.parseMirrors(mirrorsf)
20 self.mirrors = ms.mirrorList(mirrors_parsed, "rsync")
21
22 - self.table = self.xml.get_widget("mirrors_table")
23 -
24 - ms.addMirrors(self.table, self.mirrors, mirrors_parsed)
25 + ms.addMirrors(self.mirrors, mirrors_parsed)
26 self.buttons = ms.buttons
27
28 return self.align