mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-26 13:55:23 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user