diff options
author | Srinivasa Ragavan <sragavan@gnome.org> | 2010-05-11 21:17:09 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@gnome.org> | 2010-05-11 21:19:12 +0800 |
commit | bde1bc6bca4c5ed63a193f7dc50252e550a0fb40 (patch) | |
tree | 5de040dc4d9919f7aca9aca631890215b7434b46 /shell/e-shell-window.h | |
parent | e439bfcddac8e9db50f34d9fd13aebf61f995c44 (diff) | |
download | gsoc2013-evolution-bde1bc6bca4c5ed63a193f7dc50252e550a0fb40.tar gsoc2013-evolution-bde1bc6bca4c5ed63a193f7dc50252e550a0fb40.tar.gz gsoc2013-evolution-bde1bc6bca4c5ed63a193f7dc50252e550a0fb40.tar.bz2 gsoc2013-evolution-bde1bc6bca4c5ed63a193f7dc50252e550a0fb40.tar.lz gsoc2013-evolution-bde1bc6bca4c5ed63a193f7dc50252e550a0fb40.tar.xz gsoc2013-evolution-bde1bc6bca4c5ed63a193f7dc50252e550a0fb40.tar.zst gsoc2013-evolution-bde1bc6bca4c5ed63a193f7dc50252e550a0fb40.zip |
Handle adding 'X' close button on the menu bar. Restore adding the same
for adding in calendar since it doesn't have a toolbar.
Diffstat (limited to 'shell/e-shell-window.h')
-rw-r--r-- | shell/e-shell-window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-window.h b/shell/e-shell-window.h index 58401b2dba..9baa3cf8e9 100644 --- a/shell/e-shell-window.h +++ b/shell/e-shell-window.h @@ -146,6 +146,7 @@ void e_shell_window_register_new_source_actions const gchar *backend_name, GtkActionEntry *entries, guint n_entries); +GtkWidget * e_shell_window_get_menu_bar_box (EShellWindow *shell_window); G_END_DECLS |