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 19:36:58
Message-Id: c178c079e4484637b187bf4b21541a1bdcde2207.wiktor@gentoo
1 commit: c178c079e4484637b187bf4b21541a1bdcde2207
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Sun Jul 3 19:36:22 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Sun Jul 3 19:36:22 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=c178c079
7
8 ui/mirrorselect.glade: forgot to save the intro_label
9
10 ---
11 iw/mirrorselect-sync_gui.py | 4 ++--
12 ui/mirrorselect.glade | 2 +-
13 2 files changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/iw/mirrorselect-sync_gui.py b/iw/mirrorselect-sync_gui.py
16 index 26b5d60..15a6bb5 100644
17 --- a/iw/mirrorselect-sync_gui.py
18 +++ b/iw/mirrorselect-sync_gui.py
19 @@ -46,8 +46,8 @@ class MirrorselectSyncWindow(InstallWindow):
20
21 (self.xml, self.align) = gui.getGladeWidget("mirrorselect.glade", "mirrorselect_align")
22
23 - intro_label = self.xml.get_widget("intro_label")
24 - intro_label.set_label(_("Choose your Portage sync mirror(s).\nThese are used to sync your Portage tree."))
25 + self.intro_label = self.xml.get_widget("intro_label")
26 + self.intro_label.set_label(_("Choose your Portage sync mirror(s).\nThese are used to sync your Portage tree."))
27
28 mirrorsf = None
29
30
31 diff --git a/ui/mirrorselect.glade b/ui/mirrorselect.glade
32 index 9964f03..317a225 100644
33 --- a/ui/mirrorselect.glade
34 +++ b/ui/mirrorselect.glade
35 @@ -17,7 +17,7 @@
36 <property name="orientation">vertical</property>
37 <property name="spacing">10</property>
38 <child>
39 - <widget class="GtkLabel" id="label1">
40 + <widget class="GtkLabel" id="intro_label">
41 <property name="visible">True</property>
42 <property name="label" translatable="yes">Choose your portage mirror(s).
43 In order to download source code quickly it is recommended to select a fast mirror that's close to you.</property>