evolution r35014 - in trunk/calendar: . gui



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]