From 1ce107771b1cdc77ffe80a61d63a509d42c70e1a Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 4 Dec 2015 14:46:01 +0300 Subject: shell: Use GTK_STOCK_GO_BACK for the history button from https://git.gnome.org/browse/evince/commit/?id=b736348acea926817f25273cf94001a7ef5d547f --- shell/ev-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/ev-window.c b/shell/ev-window.c index 5adbf63e..05505a34 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -6341,7 +6341,7 @@ register_custom_actions (EvWindow *window, GtkActionGroup *group) "label", _("Navigation"), "is_important", TRUE, "short_label", _("Back"), - "stock_id", GTK_STOCK_GO_DOWN, + "stock_id", GTK_STOCK_GO_BACK, /*translators: this is the history action*/ "tooltip", _("Move across visited pages"), NULL); -- cgit v1.2.1