From 8d8e4ac1c23905892a42b779188c852fdead7f5f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 7 Jan 2009 18:23:46 +0000 Subject: Tweak the EShell API. Disable File -> Close Window when there's only one window. Replace EMMessageBrowser with EMailBrowser. svn path=/branches/kill-bonobo/; revision=37009 --- shell/e-shell-window-private.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shell/e-shell-window-private.h') diff --git a/shell/e-shell-window-private.h b/shell/e-shell-window-private.h index a31640d347..ea69968344 100644 --- a/shell/e-shell-window-private.h +++ b/shell/e-shell-window-private.h @@ -99,6 +99,9 @@ struct _EShellWindowPrivate { /* Miscellaneous */ + /* Shell signal handlers. */ + GArray *signal_handler_ids; + guint destroyed : 1; /* XXX Do we still need this? */ guint safe_mode : 1; }; -- cgit v1.2.3