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-private.h | |
parent | e439bfcddac8e9db50f34d9fd13aebf61f995c44 (diff) | |
download | gsoc2013-evolution-bde1bc6bca4c5ed63a193f7dc50252e550a0fb40.tar.gz 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-private.h')
-rw-r--r-- | shell/e-shell-window-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-window-private.h b/shell/e-shell-window-private.h index 6050ce135d..02a688503e 100644 --- a/shell/e-shell-window-private.h +++ b/shell/e-shell-window-private.h @@ -93,6 +93,7 @@ struct _EShellWindowPrivate { GtkWidget *status_notebook; /* Miscellaneous */ + GtkWidget *menubar_box; /* Shell signal handlers. */ GArray *signal_handler_ids; |