diff options
author | Milan Crha <mcrha@redhat.com> | 2012-02-17 00:22:28 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-02-17 00:23:07 +0800 |
commit | 83d001baa23d3cce1d983dbc7946a7c5375c05f2 (patch) | |
tree | 5c19dd40d965b35d2ca26a926e964946dcd91178 /shell/e-shell-window.h | |
parent | aeb3238ad0fc239a26a9b3708679bb677030063b (diff) | |
download | gsoc2013-evolution-83d001baa23d3cce1d983dbc7946a7c5375c05f2.tar.gz gsoc2013-evolution-83d001baa23d3cce1d983dbc7946a7c5375c05f2.tar.zst gsoc2013-evolution-83d001baa23d3cce1d983dbc7946a7c5375c05f2.zip |
Bug #320976 - Remember last New button choice in Calendar view
Diffstat (limited to 'shell/e-shell-window.h')
-rw-r--r-- | shell/e-shell-window.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/e-shell-window.h b/shell/e-shell-window.h index 25e039a0ab..366a2186c1 100644 --- a/shell/e-shell-window.h +++ b/shell/e-shell-window.h @@ -135,6 +135,11 @@ gboolean e_shell_window_get_toolbar_visible void e_shell_window_set_toolbar_visible (EShellWindow *shell_window, gboolean toolbar_visible); +void e_shell_window_set_toolbar_new_prefer_item + (EShellWindow *shell_window, + const gchar *prefer_item); +const gchar * e_shell_window_get_toolbar_new_prefer_item + (EShellWindow *shell_window); /* These should be called from the shell backend's window_created() handler. */ |