mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Double click method _handleDoubleClick: calls NSDebugLog instead of NSLog.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21307 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b62d1ce425
commit
98da5d2ea6
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-06-12 23:36 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormCore/GormOutlineView.m: _handleDoubleClick: now calls
|
||||
NSDebugLog
|
||||
|
||||
2005-06-12 23:24 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormCore/GNUmakefile: Added GormProtocol.h to the exported headers.
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSNull.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <AppKit/NSTableColumn.h>
|
||||
#include <AppKit/NSCell.h>
|
||||
#include <AppKit/NSEvent.h>
|
||||
|
@ -124,7 +125,7 @@ static NSColor *darkGreyBlueColor = nil;
|
|||
|
||||
- (void) _handleDoubleClick: (id)sender
|
||||
{
|
||||
NSLog(@"Double clicked");
|
||||
NSDebugLog(@"Double clicked");
|
||||
}
|
||||
|
||||
- init
|
||||
|
|
Loading…
Reference in a new issue