From 628c87cf3fd566cb6f1c68d847409d288f394edb Mon Sep 17 00:00:00 2001 From: Umesh Tiwari Date: Tue, 23 Mar 2004 16:31:43 +0000 Subject: For bug#53417 2004-03-23 Umesh Tiwari For bug#53417 * gui/e-tasks.c: Clear the preview panel after the last task is deleted. svn path=/trunk/; revision=25158 --- calendar/ChangeLog | 7 +++++++ calendar/gui/e-tasks.c | 1 + 2 files changed, 8 insertions(+) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 6500bf5396..8d2c436ee9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2004-03-23 Umesh Tiwari + + For bug#53417 + + * gui/e-tasks.c: + Clear the preview panel after the last task is deleted. + 2004-03-23 Alfred Peng * gui/dialogs/alarm-options.c (malarm_widgets_to_alarm): get 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)); } /** -- cgit v1.2.3