file table tool tip now shows full file path

This commit is contained in:
Mitchell Livingston 2007-01-17 17:34:27 +00:00
parent 93c55ebc5c
commit c1dcc826fa
1 changed files with 1 additions and 1 deletions

View File

@ -706,7 +706,7 @@
? [[[item objectForKey: @"Size"] stringValue] stringByAppendingString: NSLocalizedString(@" bytes",
"Inspector -> Files tab -> table row tooltip")] : nil;
else
return [item objectForKey: @"Name"];
return [[[fTorrents objectAtIndex: 0] downloadFolder] stringByAppendingPathComponent: [item objectForKey: @"Path"]];
}
- (NSArray *) peerSortDescriptors