X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-appserver%2FWEExtensions%2Fcommon.h;h=c14520794bd2eae4d1acd5a7f8d434cc402e6f4b;hb=4d91b8d73b64594d7d5c49ba480cfbadd44852c3;hp=1e05e891ef30372cd08607a6e5259a47df44b55b;hpb=7eadc020be39163d31271943ebe303a97725794e;p=sope diff --git a/sope-appserver/WEExtensions/common.h b/sope-appserver/WEExtensions/common.h index 1e05e891..c1452079 100644 --- a/sope-appserver/WEExtensions/common.h +++ b/sope-appserver/WEExtensions/common.h @@ -1,31 +1,32 @@ /* - Copyright (C) 2000-2004 SKYRIX Software AG + Copyright (C) 2000-2005 SKYRIX Software AG - This file is part of OpenGroupware.org. + This file is part of SOPE. - OGo is free software; you can redistribute it and/or modify it under + SOPE is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. - OGo is distributed in the hope that it will be useful, but WITHOUT ANY + SOPE is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with OGo; see the file COPYING. If not, write to the + License along with SOPE; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id$ #ifndef __WEExtensions_common_H__ #define __WEExtensions_common_H__ #import -#include + #include +#include + #if NeXT_Foundation_LIBRARY || APPLE_Foundation_LIBRARY # include @@ -52,12 +53,13 @@ static inline NSString *WEUriOfResource(NSString *_name, WOContext *_ctx) { if (_name == nil) return nil; - + languages = [_ctx hasSession] ? [[_ctx session] languages] : [[_ctx request] browserLanguages]; - resourceManager = [[_ctx application] resourceManager]; + if ((resourceManager = [[_ctx component] resourceManager]) == nil) + resourceManager = [[_ctx application] resourceManager]; uri = [resourceManager urlForResourceNamed:_name inFramework:nil