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: Thu, 30 Jun 2011 02:32:23
Message-Id: 753c73a18a520344302f3c8411d90e54b5e18603.wiktor@gentoo
1 commit: 753c73a18a520344302f3c8411d90e54b5e18603
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Wed Jun 29 18:18:21 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Wed Jun 29 18:18:21 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=753c73a1
7
8 ui/mirrorselect*.glade: name fix
9
10 ---
11 ui/mirrorselect-sync.glade | 4 ++--
12 ui/mirrorselect.glade | 22 +++++++++++-----------
13 2 files changed, 13 insertions(+), 13 deletions(-)
14
15 diff --git a/ui/mirrorselect-sync.glade b/ui/mirrorselect-sync.glade
16 index 06864ce..27bef46 100644
17 --- a/ui/mirrorselect-sync.glade
18 +++ b/ui/mirrorselect-sync.glade
19 @@ -2,7 +2,7 @@
20 <glade-interface>
21 <!-- interface-requires gtk+ 2.6 -->
22 <!-- interface-naming-policy toplevel-contextual -->
23 - <widget class="GtkWindow" id="makeconf_window">
24 + <widget class="GtkWindow" id="mirrorselect-sync_window">
25 <property name="border_width">18</property>
26 <child>
27 <widget class="GtkAlignment" id="mirrorselect_align">
28 @@ -34,7 +34,7 @@ Choose a server you would like to sync your portage tree with.</property>
29 <property name="hscrollbar_policy">automatic</property>
30 <property name="vscrollbar_policy">automatic</property>
31 <child>
32 - <widget class="GtkTable" id="table1">
33 + <widget class="GtkTable" id="mirrors_table">
34 <property name="visible">True</property>
35 <property name="n_rows">3</property>
36 <property name="n_columns">3</property>
37
38 diff --git a/ui/mirrorselect.glade b/ui/mirrorselect.glade
39 index 8fcb1e5..3938297 100644
40 --- a/ui/mirrorselect.glade
41 +++ b/ui/mirrorselect.glade
42 @@ -2,7 +2,7 @@
43 <glade-interface>
44 <!-- interface-requires gtk+ 2.6 -->
45 <!-- interface-naming-policy toplevel-contextual -->
46 - <widget class="GtkWindow" id="makeconf_window">
47 + <widget class="GtkWindow" id="mirrorselect_window">
48 <property name="border_width">18</property>
49 <child>
50 <widget class="GtkAlignment" id="mirrorselect_align">
51 @@ -34,12 +34,19 @@ In order to download source code quickly it is recommended to select a fast mirr
52 <property name="hscrollbar_policy">automatic</property>
53 <property name="vscrollbar_policy">automatic</property>
54 <child>
55 - <widget class="GtkTable" id="table1">
56 + <widget class="GtkTable" id="mirrors_table">
57 <property name="visible">True</property>
58 <property name="n_rows">3</property>
59 <property name="n_columns">3</property>
60 <child>
61 - <placeholder/>
62 + <widget class="GtkLabel" id="downloading">
63 + <property name="visible">True</property>
64 + <property name="label" translatable="yes">Downloading the mirror list...</property>
65 + </widget>
66 + <packing>
67 + <property name="left_attach">1</property>
68 + <property name="right_attach">2</property>
69 + </packing>
70 </child>
71 <child>
72 <placeholder/>
73 @@ -63,14 +70,7 @@ In order to download source code quickly it is recommended to select a fast mirr
74 <placeholder/>
75 </child>
76 <child>
77 - <widget class="GtkLabel" id="downloading">
78 - <property name="visible">True</property>
79 - <property name="label" translatable="yes">Downloading the mirror list...</property>
80 - </widget>
81 - <packing>
82 - <property name="left_attach">1</property>
83 - <property name="right_attach">2</property>
84 - </packing>
85 + <placeholder/>
86 </child>
87 </widget>
88 </child>