mirror of
https://github.com/transmission/transmission
synced 2025-03-09 21:54:09 +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…
Add table
Reference in a new issue