[eog] Fix arrow key shortcuts in Go menu to reflect behavioural changes



commit 43e98cdad65f957cb675957d99943ed64d27e4aa
Author: Felix Riemann <friemann gnome org>
Date:   Sat Sep 1 18:16:40 2012 +0200

    Fix arrow key shortcuts in Go menu to reflect behavioural changes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=659830

 src/eog-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/eog-window.c b/src/eog-window.c
index 35575ad..ae8f81c 100644
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -3851,10 +3851,10 @@ static const GtkToggleActionEntry toggle_entries_image[] = {
 };
 
 static const GtkActionEntry action_entries_gallery[] = {
-	{ "GoPrevious", GTK_STOCK_GO_BACK, N_("_Previous Image"), "<Alt>Left",
+	{ "GoPrevious", GTK_STOCK_GO_BACK, N_("_Previous Image"), "Left",
 	  N_("Go to the previous image of the gallery"),
 	  G_CALLBACK (eog_window_cmd_go_prev) },
-	{ "GoNext", GTK_STOCK_GO_FORWARD, N_("_Next Image"), "<Alt>Right",
+	{ "GoNext", GTK_STOCK_GO_FORWARD, N_("_Next Image"), "Right",
 	  N_("Go to the next image of the gallery"),
 	  G_CALLBACK (eog_window_cmd_go_next) },
 	{ "GoFirst", GTK_STOCK_GOTO_FIRST, N_("_First Image"), "<Alt>Home",



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