diff options
author | Wang Xin <jedy.wang@sun.com> | 2007-09-03 20:41:12 +0800 |
---|---|---|
committer | Jedy Jedy Wang <jedywang@src.gnome.org> | 2007-09-03 20:41:12 +0800 |
commit | 917e0d5fc64883df7102b91d33c59a7941810cda (patch) | |
tree | 2737460774c59ff40aa28259de010f83614ee0df /calendar/gui | |
parent | bc5b2232127758fe72d44a68d699ed17b1d7fc24 (diff) | |
download | gsoc2013-evolution-917e0d5fc64883df7102b91d33c59a7941810cda.tar.gz gsoc2013-evolution-917e0d5fc64883df7102b91d33c59a7941810cda.tar.zst gsoc2013-evolution-917e0d5fc64883df7102b91d33c59a7941810cda.zip |
Fixes #470968
2007-01-08 Wang Xin <jedy.wang@sun.com>
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
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/e-calendar-table.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |