fix double clicking a row in the file table, so that it shows the specific file

This commit is contained in:
Mitchell Livingston 2008-01-17 02:54:01 +00:00
parent e63e7ab8e7
commit 3f69befc1b
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ typedef enum
- (void) awakeFromNib
{
[fOutline setDoubleAction: @selector(revealFile:)];
[fOutline setTarget: self];
//set table header tool tips
if ([NSApp isOnLeopardOrBetter])