Added missing return value in UIxPreferences.

Monotone-Parent: a004b999771c6211841f8b0f10ed0f49039fc7da
Monotone-Revision: 434d80a4af8672744673019c8fab2fbb0c4f0004

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-10-08T22:04:36
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-10-08 22:04:36 +00:00
parent 562ef562a3
commit 1300cd4936
+2
View File
@@ -277,6 +277,8 @@ static BOOL defaultShowSubscribedFoldersOnly = NO;
else
longDateFormatText = [today descriptionWithCalendarFormat: item
locale: locale];
return longDateFormatText;
}
- (NSString *) userLongDateFormat