mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 19:01:15 +00:00
Fix last commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36461 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c7f0cff48d
commit
202b15c7c9
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ static int clients;
|
|||
if (clients == 0)
|
||||
{
|
||||
[NSTimer scheduledTimerWithTimeInterval: 600
|
||||
target: object_getClass()
|
||||
target: object_getClass(self)
|
||||
selector: @selector(exitIfUnneeded:)
|
||||
userInfo: nil
|
||||
repeats: NO];
|
||||
|
|
Loading…
Reference in a new issue