From 8d4b891c50d262da46c4ba6fa41120d505ff1130 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 30 Jan 2012 19:43:38 +0000 Subject: [PATCH 1/2] Monotone-Parent: 78e0e48d54b37e3da54b0ecca3eb1ed2dd1b41f7 Monotone-Revision: b8c9ce707c4e40c22f88b0cd1c567d8c8254a887 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-30T19:43:38 --- SoObjects/Appointments/SOGoCalendarComponent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoCalendarComponent.m b/SoObjects/Appointments/SOGoCalendarComponent.m index 917bf7cf9..3be18229c 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.m +++ b/SoObjects/Appointments/SOGoCalendarComponent.m @@ -1222,7 +1222,7 @@ static inline BOOL _occurenceHasID (iCalRepeatableEntityObject *occurence, folder = [[self container] ocsFolder]; if (!folder) { - [self errorWithFormat:@"(%s): missing folder for fetch!", + [self errorWithFormat:@"(%s): missing folder for update!", __PRETTY_FUNCTION__]; return; } From c3e1b585506e8bcdcbeb33dcb8b3abd2d2a3f44d Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 30 Jan 2012 19:43:55 +0000 Subject: [PATCH 2/2] Updated NEWS file. Monotone-Parent: b8c9ce707c4e40c22f88b0cd1c567d8c8254a887 Monotone-Revision: d4d75da556a634766f5532f5398f2f94ef2ba8df Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-30T19:43:55 --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 538b59e98..281f441e2 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,7 @@ Enhancements - now possible to use memcached over a UNIX socket - increase size of content columns - improved import of .ics files + - new cronjob template with commented out entries Bug Fixes - alarms for tasks now depend on the start date and instead of the due date