From 5878a6f549a67f737c1f374b7e0e054c6bde1a08 Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Sun, 6 Aug 2006 10:01:33 +0000 Subject: [PATCH] Remove Ctrl+Shift+T shortcut for toolbars. See the bug #350098. 2006-08-06 Nickolay V. Shmyrev * shell/ev-window.c: Remove Ctrl+Shift+T shortcut for toolbars. See the bug #350098. --- ChangeLog | 7 +++++++ shell/ev-window.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index beb01bf4..875c47eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-08-06 Nickolay V. Shmyrev + + * shell/ev-window.c: + + Remove Ctrl+Shift+T shortcut for toolbars. See + the bug #350098. + 2006-08-05 Carlos Garcia Campos * configure.ac: diff --git a/shell/ev-window.c b/shell/ev-window.c index 1eafe51c..256d94ac 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -3442,7 +3442,7 @@ static const GtkActionEntry entries[] = { /* Toggle items */ static const GtkToggleActionEntry toggle_entries[] = { /* View Menu */ - { "ViewToolbar", NULL, N_("_Toolbar"), "T", + { "ViewToolbar", NULL, N_("_Toolbar"), NULL, N_("Show or hide the toolbar"), G_CALLBACK (ev_window_view_toolbar_cb), TRUE }, { "ViewSidebar", GTK_STOCK_INDEX, N_("Side _Pane"), "F9", -- 2.43.5