+2004-08-11 Helge Hess <helge.hess@skyrix.com>
+
+ * sogod.m: do not set SoRootURL manually (v0.9.6)
+
2004-08-10 Marcus Mueller <znek@mulle-kybernetik.com>
* French.lproj/Locale: minor changes to capitalization (v0.9.5)
id obj;
/* put locale info into the context in case it's not there */
- if(![_ctx valueForKey:@"locale"]) {
+ if (![_ctx valueForKey:@"locale"]) {
NSArray *langs;
NSDictionary *locale;
[_ctx takeValue:locale forKey:@"locale"];
}
+#if 0 // znek: explain why you did that?
/* set SoRootURL */
- if(![_ctx valueForKey:@"SoRootURL"]) {
+ if ([_ctx valueForKey:@"SoRootURL"] == nil) {
[_ctx takeValue:@"/sogod.woa/so/" forKey:@"SoRootURL"];
}
+#endif
+
/* first check attributes directly bound to the application */
if ((obj = [super lookupName:_key inContext:_ctx acquire:_flag]))
return obj;