diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-08-06 04:17:19 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-08-06 04:17:19 +0800 |
commit | 0cf955ad33aa0a64f0a85843c04505fefd0d92af (patch) | |
tree | 7966de61cad4780ab84ff12665a42fdd3150442a | |
parent | a7d77f6d5eb0e0d73c1029dd751014efc21d95df (diff) | |
download | gsoc2013-epiphany-0cf955ad33aa0a64f0a85843c04505fefd0d92af.tar.gz gsoc2013-epiphany-0cf955ad33aa0a64f0a85843c04505fefd0d92af.tar.zst gsoc2013-epiphany-0cf955ad33aa0a64f0a85843c04505fefd0d92af.zip |
Remove accel for ViewToolbar. Bug #328783.
2006-08-05 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c:
Remove accel for ViewToolbar. Bug #328783.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/ephy-window.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2006-08-05 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-window.c: + + Remove accel for ViewToolbar. Bug #328783. + +2006-08-05 Christian Persch <chpe@cvs.gnome.org> + * embed/ephy-embed-shell.c: (ephy_embed_shell_set_page_setup), (ephy_embed_shell_get_page_setup), (ephy_embed_shell_set_print_settings), diff --git a/src/ephy-window.c b/src/ephy-window.c index eb7010067..014b94785 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -280,7 +280,7 @@ static const GtkToggleActionEntry ephy_menu_toggle_entries [] = /* View Menu */ - { "ViewToolbar", NULL, N_("_Hide Toolbars"), "<shift><control>T", + { "ViewToolbar", NULL, N_("_Hide Toolbars"), NULL, N_("Show or hide toolbar"), G_CALLBACK (ephy_window_view_toolbar_cb), FALSE }, { "ViewStatusbar", NULL, N_("St_atusbar"), NULL, |