aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-memo-shell-view.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-11-26 22:15:17 +0800
committerMilan Crha <mcrha@redhat.com>2009-11-26 22:15:17 +0800
commite2ca6f7753443a37fddd9d3af8360a9da06c4a9f (patch)
tree5ce60fca7c86b19ee23cd8cb4e6a3ed950aeaefc /modules/calendar/e-memo-shell-view.c
parentdae1d43302906876882c153c40a0e7d45f66023d (diff)
downloadgsoc2013-evolution-e2ca6f7753443a37fddd9d3af8360a9da06c4a9f.tar
gsoc2013-evolution-e2ca6f7753443a37fddd9d3af8360a9da06c4a9f.tar.gz
gsoc2013-evolution-e2ca6f7753443a37fddd9d3af8360a9da06c4a9f.tar.bz2
gsoc2013-evolution-e2ca6f7753443a37fddd9d3af8360a9da06c4a9f.tar.lz
gsoc2013-evolution-e2ca6f7753443a37fddd9d3af8360a9da06c4a9f.tar.xz
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.c2
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