mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-21 02:20:55 +00:00
Minor fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@14999 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bf5ba60b07
commit
ce75601fec
3 changed files with 9 additions and 8 deletions
|
@ -1,3 +1,11 @@
|
|||
2002-11-16 Richard Frith-macdonald <rfm@gnu.org>
|
||||
|
||||
* EOAccess/EOExpressionArray.m: Correct reference to obsolete
|
||||
behavior function call (removed from public api a few years back
|
||||
and recently removed from internal code too).
|
||||
* EOControl/EOFault.m: Remove GNU property list method no longer
|
||||
used/nneeded.
|
||||
|
||||
2002-11-14 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
|
||||
* EOAcces/EODatabaseDataSource.m:
|
||||
|
|
|
@ -61,7 +61,7 @@ static char rcsId[] = "$Id$";
|
|||
if (!initialized)
|
||||
{
|
||||
initialized = YES;
|
||||
class_add_behavior(self, [GCArray class]);
|
||||
behavior_class_add_class(self, [GCArray class]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -383,13 +383,6 @@ typedef struct {
|
|||
return [self description];
|
||||
}
|
||||
|
||||
- (NSString *)descriptionWithLocale: (NSDictionary *)locale
|
||||
indent: (unsigned)level
|
||||
to: (id<GNUDescriptionDestination>)output;
|
||||
{
|
||||
return [self description];
|
||||
}
|
||||
|
||||
- (NSString *)eoDescription
|
||||
{
|
||||
return [self description];
|
||||
|
|
Loading…
Reference in a new issue