From 1300cd4936e315c5daba0e91e0a9bc0a03cb64c9 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 8 Oct 2009 22:04:36 +0000 Subject: [PATCH] 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 --- UI/PreferencesUI/UIxPreferences.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UI/PreferencesUI/UIxPreferences.m b/UI/PreferencesUI/UIxPreferences.m index e006693de..dc41c87f2 100644 --- a/UI/PreferencesUI/UIxPreferences.m +++ b/UI/PreferencesUI/UIxPreferences.m @@ -277,6 +277,8 @@ static BOOL defaultShowSubscribedFoldersOnly = NO; else longDateFormatText = [today descriptionWithCalendarFormat: item locale: locale]; + + return longDateFormatText; } - (NSString *) userLongDateFormat