mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
file table tool tip now shows full file path
This commit is contained in:
parent
93c55ebc5c
commit
c1dcc826fa
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,7 @@
|
||||||
? [[[item objectForKey: @"Size"] stringValue] stringByAppendingString: NSLocalizedString(@" bytes",
|
? [[[item objectForKey: @"Size"] stringValue] stringByAppendingString: NSLocalizedString(@" bytes",
|
||||||
"Inspector -> Files tab -> table row tooltip")] : nil;
|
"Inspector -> Files tab -> table row tooltip")] : nil;
|
||||||
else
|
else
|
||||||
return [item objectForKey: @"Name"];
|
return [[[fTorrents objectAtIndex: 0] downloadFolder] stringByAppendingPathComponent: [item objectForKey: @"Path"]];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (NSArray *) peerSortDescriptors
|
- (NSArray *) peerSortDescriptors
|
||||||
|
|
Loading…
Reference in a new issue