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-actions.c | |
parent | dae1d43302906876882c153c40a0e7d45f66023d (diff) | |
download | gsoc2013-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-actions.c')
-rw-r--r-- | modules/calendar/e-memo-shell-view-actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-memo-shell-view-actions.c b/modules/calendar/e-memo-shell-view-actions.c index 57420cd963..734a7c522d 100644 --- a/modules/calendar/e-memo-shell-view-actions.c +++ b/modules/calendar/e-memo-shell-view-actions.c @@ -97,7 +97,7 @@ action_memo_delete_cb (GtkAction *action, e_memo_table_delete_selected (memo_table); e_memo_shell_view_set_status_message (memo_shell_view, NULL, -1.0); - e_web_view_clear (E_WEB_VIEW (memo_preview)); + e_cal_component_preview_clear (memo_preview); } static void |