+2004-09-26 Helge Hess <helge.hess@opengroupware.org>
+
+ * OWResourceManager.m: removed a warning on a missing path on MacOSX
+ (v4.3.46)
+
2004-09-24 Helge Hess <helge.hess@skyrix.com>
* SoObjects/SoProductRegistry.m: do not abort scanning for SOPE
}
- (id)initWithPath:(NSString *)_path {
-#if __APPLE__
- if ([_path length] == 0) {
- NSLog(@"ERROR(%s): missing path!", __PRETTY_FUNCTION__);
- /* this doesn't work with subclasses which do not require a path ... */
-#if 0
- [self release];
- return nil;
-#endif
- }
-#endif
-
if ((self = [super init])) {
NSUserDefaults *ud = [NSUserDefaults standardUserDefaults];
NSString *rprefix = nil;
# version file
-SUBMINOR_VERSION:=45
+SUBMINOR_VERSION:=46
# v4.3.42 requires libNGExtensions v4.3.116
# v4.3.40 requires libNGExtensions v4.3.115
/*
- Copyright (C) 2000-2003 SKYRIX Software AG
+ Copyright (C) 2000-2004 SKYRIX Software AG
- This file is part of OGo
+ This file is part of OpenGroupware.org.
OGo 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, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id$
-#include "common.h"
#include "NGTextStream.h"
+#include "common.h"
@implementation NGTextStream