aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-08-06 04:17:19 +0800
committerChristian Persch <chpe@src.gnome.org>2006-08-06 04:17:19 +0800
commit0cf955ad33aa0a64f0a85843c04505fefd0d92af (patch)
tree7966de61cad4780ab84ff12665a42fdd3150442a
parenta7d77f6d5eb0e0d73c1029dd751014efc21d95df (diff)
downloadgsoc2013-epiphany-0cf955ad33aa0a64f0a85843c04505fefd0d92af.tar
gsoc2013-epiphany-0cf955ad33aa0a64f0a85843c04505fefd0d92af.tar.gz
gsoc2013-epiphany-0cf955ad33aa0a64f0a85843c04505fefd0d92af.tar.bz2
gsoc2013-epiphany-0cf955ad33aa0a64f0a85843c04505fefd0d92af.tar.lz
gsoc2013-epiphany-0cf955ad33aa0a64f0a85843c04505fefd0d92af.tar.xz
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--ChangeLog6
-rw-r--r--src/ephy-window.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 012cc706c..08f519785 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,