If Transmission is opened by double-clicking a torrent file, open that torrent before setting up auto-import

This commit is contained in:
Mitchell Livingston
2007-07-11 01:40:49 +00:00
parent cac037629d
commit 481dc9f6b8
3 changed files with 6 additions and 4 deletions

View File

@@ -929,7 +929,7 @@
}
- (NSString *) outlineView: (NSOutlineView *) outlineView toolTipForCell: (NSCell *) cell rect: (NSRectPointer) rect
tableColumn: (NSTableColumn *) tableColumn item: (id) item mouseLocation: (NSPoint) mouseLocation
tableColumn: (NSTableColumn *) tableColumn item: (id) item mouseLocation: (NSPoint) mouseLocation
{
NSString * ident = [tableColumn identifier];
if ([ident isEqualToString: @"Name"])