diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-03-04 00:56:13 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-14 09:53:17 +0800 |
commit | c0f1cd53092a42fd0b96a132bda6ab8119f344ae (patch) | |
tree | 6a9dd837a0dc697d860fdd14b1b7d8641e8cf3fa /shell/e-shell-window.h | |
parent | 20168f042f92a0e2037a68453304e7e9f5d1a324 (diff) | |
download | gsoc2013-evolution-c0f1cd53092a42fd0b96a132bda6ab8119f344ae.tar gsoc2013-evolution-c0f1cd53092a42fd0b96a132bda6ab8119f344ae.tar.gz gsoc2013-evolution-c0f1cd53092a42fd0b96a132bda6ab8119f344ae.tar.bz2 gsoc2013-evolution-c0f1cd53092a42fd0b96a132bda6ab8119f344ae.tar.lz gsoc2013-evolution-c0f1cd53092a42fd0b96a132bda6ab8119f344ae.tar.xz gsoc2013-evolution-c0f1cd53092a42fd0b96a132bda6ab8119f344ae.tar.zst gsoc2013-evolution-c0f1cd53092a42fd0b96a132bda6ab8119f344ae.zip |
make the 'New' drop-down menu much cleaner for express mode
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 0bd71075c9..3d8696a066 100644 --- a/shell/e-shell-window.h +++ b/shell/e-shell-window.h @@ -117,6 +117,7 @@ void e_shell_window_set_active_view (EShellWindow *shell_window, gboolean e_shell_window_get_safe_mode (EShellWindow *shell_window); void e_shell_window_set_safe_mode (EShellWindow *shell_window, gboolean safe_mode); +gboolean e_shell_window_get_express_mode (EShellWindow *shell_window); void e_shell_window_add_action_group (EShellWindow *shell_window, const gchar *group_name); gboolean e_shell_window_get_sidebar_visible |