mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 13:20:47 +00:00
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:
parent
88b9902bc6
commit
25dc9dc650
3 changed files with 7 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -3874,7 +3874,7 @@ if (currentRow >= 0 && currentRow < _numberOfRows) \
|
|||
getNextEvent = YES;
|
||||
}
|
||||
}
|
||||
DESTROY(arp);
|
||||
IF_NO_GC(DESTROY(arp));
|
||||
}
|
||||
|
||||
if (startedPeriodicEvents == YES)
|
||||
|
|
Loading…
Reference in a new issue