[evince] shell: Use GTK_STOCK_GO_BACK for the history button



commit b736348acea926817f25273cf94001a7ef5d547f
Author: Josselin Mouette <joss malsain org>
Date:   Sun Jun 19 12:54:34 2011 +0200

    shell: Use GTK_STOCK_GO_BACK for the history button
    
    Fixes bug #554585.

 shell/ev-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/ev-window.c b/shell/ev-window.c
index aac080d..46a1142 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -5962,7 +5962,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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]