(fix) improved the handling of default calendar categories/colors (#3200)

This commit is contained in:
Ludovic Marcotte
2015-06-09 20:30:22 -04:00
parent 76360958a2
commit a56dbeb6a9
8 changed files with 16 additions and 25 deletions
+1 -1
View File
@@ -702,7 +702,7 @@ NSString *SOGoWeekStartFirstFullWeek = @"FirstFullWeek";
- (NSDictionary *) calendarCategoriesColors
{
return [self dictionaryForKey: @"SOGoCalendarCategoriesColors"];
return [self objectForKey: @"SOGoCalendarCategoriesColors"];
}
- (void) setCalendarShouldDisplayWeekend: (BOOL) newValue