mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-21 02:20:55 +00:00
* EOControl/EOFault.m ([EOFault +initialize]): Fix initialization
of cached class variable. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@16674 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d0da1840a1
commit
def6e601e7
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2003-08-05 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* EOControl/EOFault.m ([EOFault +initialize]): Fix initialization
|
||||
of cached class variable.
|
||||
* EOAccess/EODatabaseContext.m
|
||||
([EODatabaseContext -dealloc]): Corrected debug logs.
|
||||
([EODatabaseContext +databaseContextWithDatabase:]): Use
|
||||
|
|
|
@ -75,7 +75,7 @@ static Class EOFaultClass = NULL;
|
|||
// without asking if it responds to it !
|
||||
if (EOFaultClass == NULL)
|
||||
{
|
||||
EOFaultClass = [EOFaultClass class];
|
||||
EOFaultClass = [EOFault class];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue