From b999eb69d0ab36149dbdcf2e31b2798fefc707e2 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Sun, 05 Apr 2009 10:22:08 +0000 Subject: Follow up to bug #539972. Alt+Arrows conflict with view scrolling, changed it to Ctrl+Arrows. svn path=/trunk/; revision=3571 --- diff --git a/shell/ev-window.c b/shell/ev-window.c index a9578e4..ca41ba7 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -5040,9 +5040,9 @@ static const GtkActionEntry entries[] = { G_CALLBACK (ev_window_cmd_edit_find_previous) }, { "EditToolbar", NULL, N_("T_oolbar"), NULL, NULL, G_CALLBACK (ev_window_cmd_edit_toolbar) }, - { "EditRotateLeft", EV_STOCK_ROTATE_LEFT, N_("Rotate _Left"), "Left", NULL, + { "EditRotateLeft", EV_STOCK_ROTATE_LEFT, N_("Rotate _Left"), "Left", NULL, G_CALLBACK (ev_window_cmd_edit_rotate_left) }, - { "EditRotateRight", EV_STOCK_ROTATE_RIGHT, N_("Rotate _Right"), "Right", NULL, + { "EditRotateRight", EV_STOCK_ROTATE_RIGHT, N_("Rotate _Right"), "Right", NULL, G_CALLBACK (ev_window_cmd_edit_rotate_right) }, /* View menu */ -- cgit v0.9.1