From 917e0d5fc64883df7102b91d33c59a7941810cda Mon Sep 17 00:00:00 2001 From: Wang Xin Date: Mon, 3 Sep 2007 12:41:12 +0000 Subject: Fixes #470968 2007-01-08 Wang Xin Fixes #470968 * calendar/gui/e-calendar-table.c: Delete the task with attendee if OK button of the confirm dialog is clicked. svn path=/trunk/; revision=34169 --- calendar/gui/e-calendar-table.c | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/gui/e-calendar-table.c') diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c index 64c8c5660f..f4311c3885 100644 --- a/calendar/gui/e-calendar-table.c +++ b/calendar/gui/e-calendar-table.c @@ -812,6 +812,7 @@ e_calendar_table_delete_selected (ECalendarTable *cal_table) gboolean retract = FALSE; retract = prompt_retract_dialog (comp, &retract_comment, GTK_WIDGET (cal_table)); + delete = retract; if (retract) { GList *users = NULL; icalcomponent *icalcomp = NULL, *mod_comp = NULL; -- cgit v1.2.3