diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-20 02:21:06 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-20 02:21:06 +0800 |
commit | 6b2295c93a40f6010d94399666a8e099aded8e85 (patch) | |
tree | c403d191ffbef6c12a7c97a0ee05838e7b23c8f3 /shell/e-shell-window-private.c | |
parent | 3e3c13b439668945241b32cf8c1fd3d6e625f9f5 (diff) | |
download | gsoc2013-evolution-6b2295c93a40f6010d94399666a8e099aded8e85.tar.gz gsoc2013-evolution-6b2295c93a40f6010d94399666a8e099aded8e85.tar.zst gsoc2013-evolution-6b2295c93a40f6010d94399666a8e099aded8e85.zip |
Fix some miscellaneous address book bugs.
Kill e-shell-constants.h.
svn path=/branches/kill-bonobo/; revision=36392
Diffstat (limited to 'shell/e-shell-window-private.c')
-rw-r--r-- | shell/e-shell-window-private.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/e-shell-window-private.c b/shell/e-shell-window-private.c index 8ec551039f..8bfdefc536 100644 --- a/shell/e-shell-window-private.c +++ b/shell/e-shell-window-private.c @@ -244,6 +244,10 @@ e_shell_window_private_init (EShellWindow *shell_window) item = e_menu_tool_button_new (_("New")); gtk_tool_item_set_is_important (GTK_TOOL_ITEM (item), TRUE); + gtk_widget_add_accelerator ( + GTK_WIDGET (item), "clicked", + gtk_ui_manager_get_accel_group (priv->ui_manager), + GDK_N, GDK_CONTROL_MASK, GTK_ACCEL_VISIBLE); gtk_toolbar_insert (GTK_TOOLBAR (widget), item, 0); priv->menu_tool_button = g_object_ref (item); gtk_widget_show (GTK_WIDGET (item)); |