diff options
Diffstat (limited to 'data/glade')
-rw-r--r-- | data/glade/epiphany.glade | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/data/glade/epiphany.glade b/data/glade/epiphany.glade index 8500522aa..9ade85405 100644 --- a/data/glade/epiphany.glade +++ b/data/glade/epiphany.glade @@ -26,18 +26,6 @@ <property name="visible">True</property> <property name="layout_style">GTK_BUTTONBOX_END</property> - <child> - <widget class="GtkButton" id="history_go_button"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="label">gtk-jump-to</property> - <property name="use_stock">True</property> - <property name="relief">GTK_RELIEF_NORMAL</property> - <property name="sensitive">False</property> - <signal name="clicked" handler="history_go_button_clicked_cb"/> - </widget> - </child> - <child> <widget class="GtkButton" id="history_clear_button"> <property name="visible">True</property> @@ -111,13 +99,26 @@ <property name="can_default">True</property> <property name="has_default">True</property> <property name="can_focus">True</property> - <property name="label">gtk-close</property> + <property name="label">gtk-cancel</property> <property name="use_stock">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> - <property name="response_id">-7</property> + <property name="response_id">-6</property> <signal name="clicked" handler="history_ok_button_clicked_cb"/> </widget> </child> + + <child> + <widget class="GtkButton" id="history_go_button"> + <property name="visible">True</property> + <property name="sensitive">False</property> + <property name="can_focus">True</property> + <property name="label">gtk-jump-to</property> + <property name="use_stock">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="response_id">0</property> + <signal name="clicked" handler="history_go_button_clicked_cb"/> + </widget> + </child> </widget> <packing> <property name="padding">0</property> |