See ChangeLog

Monotone-Parent: 75bbc0ad243d66dd412883811d759ca8dabf6776
Monotone-Revision: 11c0941cac8926d96e43efabe282a5d3d549d0c9

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-03-23T19:18:27
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-03-23 19:18:27 +00:00
parent d7d8c7a7f5
commit 3d53407a73
5 changed files with 73 additions and 2 deletions
+3 -2
View File
@@ -32,6 +32,8 @@
#import <NGExtensions/NSObject+Logs.h>
#import <NGCards/iCalTimeZone.h>
#import <SOGo/NSArray+Utilities.h>
#import <SOGo/NSDictionary+Utilities.h>
#import <SOGo/NSString+Utilities.h>
@@ -149,8 +151,7 @@
- (NSArray *) timeZonesList
{
return [[NSTimeZone knownTimeZoneNames]
sortedArrayUsingSelector: @selector (localizedCaseInsensitiveCompare:)];
return [iCalTimeZone knownTimeZoneNames];
}
- (NSString *) userTimeZone