From c747308776a8f04d11080c17bb8a1fc750292645 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 29 Apr 2011 13:42:04 +0000 Subject: [PATCH] fix for bug #1273 Monotone-Parent: 88735218b4cbdb17b9d398b92137ee43067957c8 Monotone-Revision: 509a8b419a49b84496a07f0a14982b557decd2e8 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-04-29T13:42:04 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAppointmentFolder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index 55fedac19..16dc8da29 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -1513,7 +1513,7 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir order = [[container subFolders] indexOfObject: self]; - return [NSString stringWithFormat: @"%d", order]; + return [NSString stringWithFormat: @"%d", order+1]; } - (NSException *) setDavCalendarOrder: (NSString *) newColor