mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
fix double clicking a row in the file table, so that it shows the specific file
This commit is contained in:
parent
e63e7ab8e7
commit
3f69befc1b
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ typedef enum
|
|||
- (void) awakeFromNib
|
||||
{
|
||||
[fOutline setDoubleAction: @selector(revealFile:)];
|
||||
[fOutline setTarget: self];
|
||||
|
||||
//set table header tool tips
|
||||
if ([NSApp isOnLeopardOrBetter])
|
||||
|
|
Loading…
Reference in a new issue