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: Sun, 03 Jul 2011 19:28:58
Message-Id: e8a13bc021de2b518f92608aa97beb1f1818e2ea.wiktor@gentoo
1 commit: e8a13bc021de2b518f92608aa97beb1f1818e2ea
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Sun Jul 3 19:28:16 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Sun Jul 3 19:28:16 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=e8a13bc0
7
8 MirrorselectWindow needs InstallWindow
9
10 ---
11 iw/mirrorselect-sync_gui.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/iw/mirrorselect-sync_gui.py b/iw/mirrorselect-sync_gui.py
15 index 153134c..26b5d60 100644
16 --- a/iw/mirrorselect-sync_gui.py
17 +++ b/iw/mirrorselect-sync_gui.py
18 @@ -42,7 +42,7 @@ class MirrorselectSyncWindow(InstallWindow):
19 def getScreen(self, anaconda):
20 self.anaconda = anaconda
21 self.intf = anaconda.intf
22 - ms = MirrorselectWindow()
23 + ms = MirrorselectWindow(InstallWindow)
24
25 (self.xml, self.align) = gui.getGladeWidget("mirrorselect.glade", "mirrorselect_align")