Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda:master commit in: /
Date: Sun, 03 Jul 2011 19:30:12
Message-Id: bc54c8f78fa00bca11d6eaf07e8d0ba238aaeed8.wiktor@gentoo
1 commit: bc54c8f78fa00bca11d6eaf07e8d0ba238aaeed8
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Sun Jul 3 15:53:41 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Sun Jul 3 15:53:41 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=bc54c8f7
7
8 Fixed gui.py mirrorselect step
9
10 ---
11 gui.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/gui.py b/gui.py
15 index d6f3821..addce82 100755
16 --- a/gui.py
17 +++ b/gui.py
18 @@ -80,7 +80,7 @@ stepToClass = {
19 "makeconf" : ("makeconf_gui", "MakeconfWindow"),
20
21 # Installing the Gentoo Base System
22 - ("mirrorselect", ),
23 + "mirrorselect": ("mirrorselect_gui", "MirrorselectWindow"),
24 #("mirrorselect-sync", ),
25
26 # Configuring the Kernel