diff options
author | Milan Crha <mcrha@redhat.com> | 2010-04-01 22:16:25 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-04-01 22:16:25 +0800 |
commit | 04bac0cf69e4dd26274cfe5fcb9d077a759c9fd6 (patch) | |
tree | cf8aab582002d2c11aae819f59c49a8a7a02ea0c /shell/e-shell-view.h | |
parent | fc4fbc6cabf39ef1356a05931983dca09fc83549 (diff) | |
download | gsoc2013-evolution-04bac0cf69e4dd26274cfe5fcb9d077a759c9fd6.tar.gz gsoc2013-evolution-04bac0cf69e4dd26274cfe5fcb9d077a759c9fd6.tar.zst gsoc2013-evolution-04bac0cf69e4dd26274cfe5fcb9d077a759c9fd6.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 2cf2136693..4387082f21 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); |