From 3f69befc1b1c3b1491f8e68fd95501e84f8990f1 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Thu, 17 Jan 2008 02:54:01 +0000 Subject: [PATCH] fix double clicking a row in the file table, so that it shows the specific file --- macosx/FileOutlineController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/macosx/FileOutlineController.m b/macosx/FileOutlineController.m index ee6d16dd1..deba29fc7 100644 --- a/macosx/FileOutlineController.m +++ b/macosx/FileOutlineController.m @@ -53,6 +53,7 @@ typedef enum - (void) awakeFromNib { [fOutline setDoubleAction: @selector(revealFile:)]; + [fOutline setTarget: self]; //set table header tool tips if ([NSApp isOnLeopardOrBetter])