[OGo-GNUstep-Port] exception when entering a project

Sebastian Reitenbach gnustep-port@opengroupware.org
Tue, 27 Nov 2007 17:43:54 +0100


 
> 
> Anyways, adding this to EOGenericRecord.m might fix this specific  
> issue, but probably others will pop up:
> ---snip---
> #if GNUSTEP_BASE_LIBRARY
> - (void)setValue:(id)_value forKey:(NSString *)_key {
>    [self takeValue:_value forKey:_key];
> }
> #endif
> ---snap---
will test, thanks a lot.

Sebastian