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/
Date: Sun, 03 Jul 2011 19:20:14
Message-Id: 5aae17b7471007f1132b8b192eff65024bdc9516.wiktor@gentoo
1 commit: 5aae17b7471007f1132b8b192eff65024bdc9516
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Sun Jul 3 18:01:36 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Sun Jul 3 18:01:36 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=5aae17b7
7
8 ui/mirrorselect.glade: maybe this time...
9
10 ---
11 ui/mirrorselect.glade | 23 +++++++++++++++++------
12 1 files changed, 17 insertions(+), 6 deletions(-)
13
14 diff --git a/ui/mirrorselect.glade b/ui/mirrorselect.glade
15 index 1efcd92..7407f9a 100644
16 --- a/ui/mirrorselect.glade
17 +++ b/ui/mirrorselect.glade
18 @@ -41,9 +41,16 @@ In order to download source code quickly it is recommended to select a fast mirr
19 <property name="visible">True</property>
20 <property name="n_columns">3</property>
21 <child>
22 - <widget class="GtkLabel" id="downloading">
23 + <widget class="GtkLabel" id="label2">
24 <property name="visible">True</property>
25 - <property name="label" translatable="yes">Downloading the mirror list...</property>
26 + <property name="label" translatable="yes">Mirror URL</property>
27 + </widget>
28 + </child>
29 + <child>
30 + <widget class="GtkLabel" id="label3">
31 + <property name="visible">True</property>
32 + <property name="label" translatable="yes">Region: Country
33 +Mirror Name</property>
34 </widget>
35 <packing>
36 <property name="left_attach">1</property>
37 @@ -51,10 +58,14 @@ In order to download source code quickly it is recommended to select a fast mirr
38 </packing>
39 </child>
40 <child>
41 - <placeholder/>
42 - </child>
43 - <child>
44 - <placeholder/>
45 + <widget class="GtkLabel" id="label4">
46 + <property name="visible">True</property>
47 + <property name="label" translatable="yes">Flags</property>
48 + </widget>
49 + <packing>
50 + <property name="left_attach">2</property>
51 + <property name="right_attach">3</property>
52 + </packing>
53 </child>
54 </widget>
55 </child>