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 <[EMAIL PROTECTED]> ** 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: _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.