From 883e607255bf04e74274bf7ab5d5c7022f4b7da1 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 11 Jun 2007 21:26:11 +0000 Subject: [PATCH] Monotone-Parent: 5a5a4085f8187ce57fba2427fcda4c0671ade644 Monotone-Revision: 8d594092dbc086742c4dda1a3b760c47860db97e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-11T21:26:11 Monotone-Branch: ca.inverse.sogo --- UI/SOGoUI/UIxComponent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/SOGoUI/UIxComponent.m b/UI/SOGoUI/UIxComponent.m index d18e248a1..9332a7e5c 100644 --- a/UI/SOGoUI/UIxComponent.m +++ b/UI/SOGoUI/UIxComponent.m @@ -541,7 +541,7 @@ static BOOL uixDebugEnabled = NO; - (NSDictionary *)locale { /* we need no fallback here, as locale is guaranteed to be set by sogod */ - return [[self context] valueForKey:@"locale"]; + return [context valueForKey: @"locale"]; } - (WOResourceManager *) pageResourceManager