Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2006-08-06 10:01:33 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-08-06 10:01:33 (GMT)
commit5878a6f549a67f737c1f374b7e0e054c6bde1a08 (patch)
tree0a67fa7b6dcba885a840732c501e233bf88cc62f /shell
parent471741ab8a4a0b4c7f9b98998c0d874fc0c59934 (diff)
Remove Ctrl+Shift+T shortcut for toolbars. See the bug #350098.
2006-08-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * shell/ev-window.c: Remove Ctrl+Shift+T shortcut for toolbars. See the bug #350098.
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 1eafe51..256d94a 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"), "<shift><control>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",