Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda:master commit in: ui/, iw/
Date: Sun, 03 Jul 2011 20:15:23
Message-Id: 49aa7135075e3d5395b44edef9d061dffe4eac3f.wiktor@gentoo
1 commit: 49aa7135075e3d5395b44edef9d061dffe4eac3f
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Sun Jul 3 17:47:29 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Sun Jul 3 17:47:29 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=49aa7135
7
8 mirrorselect: a bit more tweaking
9
10 ---
11 iw/mirrorselect_gui.py | 4 ++--
12 ui/mirrorselect.glade | 1 +
13 2 files changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/iw/mirrorselect_gui.py b/iw/mirrorselect_gui.py
16 index 9740164..43a7d1a 100644
17 --- a/iw/mirrorselect_gui.py
18 +++ b/iw/mirrorselect_gui.py
19 @@ -93,8 +93,8 @@ class MirrorselectWindow(InstallWindow):
20 flags = gtk.Label(flags_text)
21
22 table.attach(cb, 0, 1, rows, rows+1)
23 - table.attach(cb, 1, 2, rows, rows+1)
24 - table.attach(cb, 2, 3, rows, rows+1)
25 + table.attach(name, 1, 2, rows, rows+1)
26 + table.attach(flags, 2, 3, rows, rows+1)
27
28 def downloadMirrorlist(self):
29 try:
30
31 diff --git a/ui/mirrorselect.glade b/ui/mirrorselect.glade
32 index ffbd5ad..1efcd92 100644
33 --- a/ui/mirrorselect.glade
34 +++ b/ui/mirrorselect.glade
35 @@ -24,6 +24,7 @@ In order to download source code quickly it is recommended to select a fast mirr
36 <property name="justify">center</property>
37 </widget>
38 <packing>
39 + <property name="expand">False</property>
40 <property name="position">0</property>
41 </packing>
42 </child>