]> www.fi.muni.cz Git - evince.git/commitdiff
Remove Ctrl+Shift+T shortcut for toolbars. See the bug #350098.
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Sun, 6 Aug 2006 10:01:33 +0000 (10:01 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Sun, 6 Aug 2006 10:01:33 +0000 (10:01 +0000)
2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* shell/ev-window.c:

Remove Ctrl+Shift+T shortcut for toolbars. See
the bug #350098.

ChangeLog
shell/ev-window.c

index beb01bf4b28a24176ad78c079f940662fd0f0064..875c47eb9ba574abf63b0c423cb25d14637cb980 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-window.c:
+       
+       Remove Ctrl+Shift+T shortcut for toolbars. See
+       the bug #350098.
+
 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * configure.ac:
index 1eafe51c331b644c47bea8e9d9d07f12b0739894..256d94acffc1765d67f9b2712f3511194b9c8422 100644 (file)
@@ -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",