Monotone-Parent: bcdfd009ee4cceab323c313ebc63a74fac6e3e2f

Monotone-Revision: 24f36d005d0295e0830d4c3b94b22a05c42890f7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-19T18:06:42
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-06-19 18:06:42 +00:00
parent b7510b8899
commit d8f29c09ab
1 changed files with 3 additions and 3 deletions

View File

@ -119,10 +119,10 @@
- (SOGoDateFormatter *)dateFormatter {
if (self->dateFormatter == nil) {
self->dateFormatter =
[[SOGoDateFormatter alloc] initWithLocale:[self locale]];
[self->dateFormatter setFullWeekdayNameAndDetails];
dateFormatter = [[context activeUser] dateFormatter];
[dateFormatter retain];
}
return self->dateFormatter;
}