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:
Gregory John Casamento 2005-06-13 03:31:18 +00:00
parent b62d1ce425
commit 98da5d2ea6
2 changed files with 7 additions and 1 deletions

View file

@ -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.

View file

@ -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