From: Nickolay V. Shmyrev Date: Sun, 5 Apr 2009 10:22:08 +0000 (+0000) Subject: Follow up to bug #539972. Alt+Arrows conflict with X-Git-Tag: EVINCE_2_27_1~95 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=b999eb69d0ab36149dbdcf2e31b2798fefc707e2;p=evince.git 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 a9578e48..ca41ba79 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 */