diff options
author | Milan Crha <mcrha@redhat.com> | 2010-04-01 22:18:40 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-04-01 22:18:40 +0800 |
commit | b276c75c7c0f537cf4f5d122b1bff41420ca3232 (patch) | |
tree | 829da2bb5e4c2795c884d0e53ffd0da1b344dfb1 /shell/e-shell-view.h | |
parent | ba1c4eade6a41d285fae59969f2db4b253139041 (diff) | |
download | gsoc2013-evolution-b276c75c7c0f537cf4f5d122b1bff41420ca3232.tar gsoc2013-evolution-b276c75c7c0f537cf4f5d122b1bff41420ca3232.tar.gz gsoc2013-evolution-b276c75c7c0f537cf4f5d122b1bff41420ca3232.tar.bz2 gsoc2013-evolution-b276c75c7c0f537cf4f5d122b1bff41420ca3232.tar.lz gsoc2013-evolution-b276c75c7c0f537cf4f5d122b1bff41420ca3232.tar.xz gsoc2013-evolution-b276c75c7c0f537cf4f5d122b1bff41420ca3232.tar.zst gsoc2013-evolution-b276c75c7c0f537cf4f5d122b1bff41420ca3232.zip |
Bug #613352 - Changed time range not propagated to calendar
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r-- | shell/e-shell-view.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h index d014d694ce..1e189217e1 100644 --- a/shell/e-shell-view.h +++ b/shell/e-shell-view.h @@ -215,6 +215,10 @@ void e_shell_view_block_execute_search void e_shell_view_unblock_execute_search (EShellView *shell_view); void e_shell_view_update_actions (EShellView *shell_view); +void e_shell_view_block_update_actions + (EShellView *shell_view); +void e_shell_view_unblock_update_actions + (EShellView *shell_view); GtkWidget * e_shell_view_show_popup_menu (EShellView *shell_view, const gchar *widget_path, GdkEventButton *event); |