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:50:11
Message-Id: cda4f316e3f21545d1486e6f8dfd6d2bc5013904.wiktor@gentoo
1 commit: cda4f316e3f21545d1486e6f8dfd6d2bc5013904
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Sun Jul 3 17:23:43 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Sun Jul 3 17:23:43 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=cda4f316
7
8 ui/mirrorselect.glade: fixed the table display
9
10 ---
11 ui/mirrorselect.glade | 21 ---------------------
12 1 files changed, 0 insertions(+), 21 deletions(-)
13
14 diff --git a/ui/mirrorselect.glade b/ui/mirrorselect.glade
15 index 3938297..c513105 100644
16 --- a/ui/mirrorselect.glade
17 +++ b/ui/mirrorselect.glade
18 @@ -31,12 +31,9 @@ In order to download source code quickly it is recommended to select a fast mirr
19 <widget class="GtkScrolledWindow" id="scrolledwindow1">
20 <property name="visible">True</property>
21 <property name="can_focus">True</property>
22 - <property name="hscrollbar_policy">automatic</property>
23 - <property name="vscrollbar_policy">automatic</property>
24 <child>
25 <widget class="GtkTable" id="mirrors_table">
26 <property name="visible">True</property>
27 - <property name="n_rows">3</property>
28 <property name="n_columns">3</property>
29 <child>
30 <widget class="GtkLabel" id="downloading">
31 @@ -54,24 +51,6 @@ In order to download source code quickly it is recommended to select a fast mirr
32 <child>
33 <placeholder/>
34 </child>
35 - <child>
36 - <placeholder/>
37 - </child>
38 - <child>
39 - <placeholder/>
40 - </child>
41 - <child>
42 - <placeholder/>
43 - </child>
44 - <child>
45 - <placeholder/>
46 - </child>
47 - <child>
48 - <placeholder/>
49 - </child>
50 - <child>
51 - <placeholder/>
52 - </child>
53 </widget>
54 </child>
55 </widget>