diff options
author | Milan Crha <mcrha@redhat.com> | 2009-11-26 22:15:17 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-11-26 22:15:17 +0800 |
commit | e2ca6f7753443a37fddd9d3af8360a9da06c4a9f (patch) | |
tree | 5ce60fca7c86b19ee23cd8cb4e6a3ed950aeaefc /modules/calendar/e-memo-shell-view.c | |
parent | dae1d43302906876882c153c40a0e7d45f66023d (diff) | |
download | gsoc2013-evolution-e2ca6f7753443a37fddd9d3af8360a9da06c4a9f.tar.gz gsoc2013-evolution-e2ca6f7753443a37fddd9d3af8360a9da06c4a9f.tar.zst gsoc2013-evolution-e2ca6f7753443a37fddd9d3af8360a9da06c4a9f.zip |
Bug #591330 - Do not clear task preview every minute
Diffstat (limited to 'modules/calendar/e-memo-shell-view.c')
-rw-r--r-- | modules/calendar/e-memo-shell-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-memo-shell-view.c b/modules/calendar/e-memo-shell-view.c index 5d932e1599..242bdfce92 100644 --- a/modules/calendar/e-memo-shell-view.c +++ b/modules/calendar/e-memo-shell-view.c @@ -151,7 +151,7 @@ memo_shell_view_execute_search (EShellView *shell_view) memo_preview = e_memo_shell_content_get_memo_preview (memo_shell_content); - e_web_view_clear (E_WEB_VIEW (memo_preview)); + e_cal_component_preview_clear (memo_preview); } static void |