evolution r35014 - in trunk/calendar: . gui
- From: mcrha svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r35014 - in trunk/calendar: . gui
- Date: Thu, 14 Feb 2008 18:38:17 +0000 (GMT)
Author: mcrha
Date: Thu Feb 14 18:38:16 2008
New Revision: 35014
URL: http://svn.gnome.org/viewvc/evolution?rev=35014&view=rev
Log:
2008-02-14 Milan Crha <mcrha redhat com>
** Fix for bug #516453
* gui/e-cal-model-tasks.c: (set_status):
Change Not Started status back to Canceled when Canceled requested.
Modified:
trunk/calendar/ChangeLog
trunk/calendar/gui/e-cal-model-tasks.c
Modified: trunk/calendar/gui/e-cal-model-tasks.c
==============================================================================
--- trunk/calendar/gui/e-cal-model-tasks.c (original)
+++ trunk/calendar/gui/e-cal-model-tasks.c Thu Feb 14 18:38:16 2008
@@ -699,6 +699,8 @@
case ICAL_STATUS_CANCELLED:
ensure_task_not_complete (comp_data);
+ /* do this again, because the previous function changed status to NEEDSACTION */
+ icalproperty_set_status (prop, status);
break;
case ICAL_STATUS_COMPLETED:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]