diff options
author | 2011-06-29 18:18:21 +0000 | |
---|---|---|
committer | 2011-06-29 18:18:21 +0000 | |
commit | 753c73a18a520344302f3c8411d90e54b5e18603 (patch) | |
tree | e980346053304681e02e6345f2ff9058f84541eb | |
parent | ui/mirrorselect-sync.glade: portage rsync mirror (diff) | |
download | anaconda-753c73a18a520344302f3c8411d90e54b5e18603.tar.gz anaconda-753c73a18a520344302f3c8411d90e54b5e18603.tar.bz2 anaconda-753c73a18a520344302f3c8411d90e54b5e18603.zip |
ui/mirrorselect*.glade: name fix
-rw-r--r-- | ui/mirrorselect-sync.glade | 4 | ||||
-rw-r--r-- | ui/mirrorselect.glade | 22 |
2 files changed, 13 insertions, 13 deletions
diff --git a/ui/mirrorselect-sync.glade b/ui/mirrorselect-sync.glade index 06864ce..27bef46 100644 --- a/ui/mirrorselect-sync.glade +++ b/ui/mirrorselect-sync.glade @@ -2,7 +2,7 @@ <glade-interface> <!-- interface-requires gtk+ 2.6 --> <!-- interface-naming-policy toplevel-contextual --> - <widget class="GtkWindow" id="makeconf_window"> + <widget class="GtkWindow" id="mirrorselect-sync_window"> <property name="border_width">18</property> <child> <widget class="GtkAlignment" id="mirrorselect_align"> @@ -34,7 +34,7 @@ Choose a server you would like to sync your portage tree with.</property> <property name="hscrollbar_policy">automatic</property> <property name="vscrollbar_policy">automatic</property> <child> - <widget class="GtkTable" id="table1"> + <widget class="GtkTable" id="mirrors_table"> <property name="visible">True</property> <property name="n_rows">3</property> <property name="n_columns">3</property> diff --git a/ui/mirrorselect.glade b/ui/mirrorselect.glade index 8fcb1e5..3938297 100644 --- a/ui/mirrorselect.glade +++ b/ui/mirrorselect.glade @@ -2,7 +2,7 @@ <glade-interface> <!-- interface-requires gtk+ 2.6 --> <!-- interface-naming-policy toplevel-contextual --> - <widget class="GtkWindow" id="makeconf_window"> + <widget class="GtkWindow" id="mirrorselect_window"> <property name="border_width">18</property> <child> <widget class="GtkAlignment" id="mirrorselect_align"> @@ -34,12 +34,19 @@ In order to download source code quickly it is recommended to select a fast mirr <property name="hscrollbar_policy">automatic</property> <property name="vscrollbar_policy">automatic</property> <child> - <widget class="GtkTable" id="table1"> + <widget class="GtkTable" id="mirrors_table"> <property name="visible">True</property> <property name="n_rows">3</property> <property name="n_columns">3</property> <child> - <placeholder/> + <widget class="GtkLabel" id="downloading"> + <property name="visible">True</property> + <property name="label" translatable="yes">Downloading the mirror list...</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + </packing> </child> <child> <placeholder/> @@ -63,14 +70,7 @@ In order to download source code quickly it is recommended to select a fast mirr <placeholder/> </child> <child> - <widget class="GtkLabel" id="downloading"> - <property name="visible">True</property> - <property name="label" translatable="yes">Downloading the mirror list...</property> - </widget> - <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - </packing> + <placeholder/> </child> </widget> </child> |