fix for bug #25553 reported by Lu Liyi

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27842 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-02-11 08:32:50 +00:00
parent 88b9902bc6
commit 25dc9dc650
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2009-02-11 Richard Frith-Macdonald <rfm@gnu.org>
* Source/GSTheme.m: Fix typo in include
* Source/NSTableView.m: Fix to compile with GC (reported by Lu Liyi)
2009-02-11 00:49-EST Gregory John Casamento <greg_casamento@yahoo.com>
* Source/NSBundleAdditions.m:

View file

@ -29,7 +29,7 @@
#import <Foundation/NSBundle.h>
#import <Foundation/NSDictionary.h>
#import <Foundation/NSFileManager.h>
#import <Foundation/NSInvocvation.h>
#import <Foundation/NSInvocation.h>
#import <Foundation/NSMapTable.h>
#import <Foundation/NSMethodSignature.h>
#import <Foundation/NSNotification.h>

View file

@ -3874,7 +3874,7 @@ if (currentRow >= 0 && currentRow < _numberOfRows) \
getNextEvent = YES;
}
}
DESTROY(arp);
IF_NO_GC(DESTROY(arp));
}
if (startedPeriodicEvents == YES)