diff options
author | Umesh Tiwari <tiwariumesh232@rediffmaiil.com> | 2004-03-24 00:31:43 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-03-24 00:31:43 +0800 |
commit | 628c87cf3fd566cb6f1c68d847409d288f394edb (patch) | |
tree | 7f18981c26038cdc16ef83678a4f154cd0e4f265 /calendar/gui | |
parent | e18bc639231a384bf3d25aa56bc2ad2821d06460 (diff) | |
download | gsoc2013-evolution-628c87cf3fd566cb6f1c68d847409d288f394edb.tar.gz gsoc2013-evolution-628c87cf3fd566cb6f1c68d847409d288f394edb.tar.zst gsoc2013-evolution-628c87cf3fd566cb6f1c68d847409d288f394edb.zip |
For bug#53417
2004-03-23 Umesh Tiwari <tiwariumesh232@rediffmaiil.com>
For bug#53417
* gui/e-tasks.c:
Clear the preview panel after the last task is deleted.
svn path=/trunk/; revision=25158
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/e-tasks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-tasks.c b/calendar/gui/e-tasks.c index a5f70f3b6f..4506b5a529 100644 --- a/calendar/gui/e-tasks.c +++ b/calendar/gui/e-tasks.c @@ -1037,6 +1037,7 @@ e_tasks_delete_selected (ETasks *tasks) set_status_message (tasks, _("Deleting selected objects...")); e_calendar_table_delete_selected (cal_table); set_status_message (tasks, NULL); + gtk_html_load_empty (GTK_HTML (priv->html)); } /** |