+2007-05-08 Helge Hess <helge.hess@opengroupware.org>
+
+ * WOApplication.m: properly call +_setupSNS method
+ (fixes OGo bug #1867) (v4.7.7)
+
2007-03-22 Helge Hess <helge.hess@opengroupware.org>
* WORequest.m, WebDAV/SoWebDAVRenderer.m: fixed a gcc 4.1 warning
# version file
-SUBMINOR_VERSION:=6
+SUBMINOR_VERSION:=7
# v4.5.234 requires libDOM v4.5.21
# v4.5.214 requires libNGExtensions v4.5.179
/*
- Copyright (C) 2000-2005 SKYRIX Software AG
- Copyright (C) 2006 Helge Hess
+ Copyright (C) 2000-2007 SKYRIX Software AG
+ Copyright (C) 2007 Helge Hess
This file is part of SOPE.
/* setup SNSConnection */
if ([ud boolForKey:@"WOContactSNS"])
- [self _setupSNS];
+ [[self class] _setupSNS];
else
[[self logger] logWithFormat:@"SNS support disabled."];