+2004-11-23 Helge Hess <helge.hess@skyrix.com>
+
+ * WOComponent.m: reapplied change in v4.2.423 which got lost in some
+ 4.5 logging change (v4.5.98)
+
2004-11-22 Helge Hess <helge.hess@skyrix.com>
* v4.5.97
# version file
-SUBMINOR_VERSION:=97
+SUBMINOR_VERSION:=98
# v4.5.91 requires libNGExtensions v4.5.134
# v4.5.84 requires libNGExtensions v4.5.127
if (self->context)
return self->context;
- [self warnWithFormat:
+ [self debugWithFormat:
@"missing context in component 0x%08X (component%s)",
self,
self->componentFlags.isAwake ? " is awake" : " is not awake"];
/*
- 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 "EODataSource+NGExtensions.h"
#include <EOControl/EOFetchSpecification.h>
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id$
#include <NGExtensions/EOQualifier+plist.h>
#include "common.h"
/*
- 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 "EOTrueQualifier.h"
#include "common.h"