mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
fix manually adding trackers
This commit is contained in:
@@ -1782,6 +1782,7 @@ typedef enum
|
||||
return [item isFolder] || [torrent fileProgress: item] == 1.0;
|
||||
}
|
||||
|
||||
#warning doesn't like blank addresses
|
||||
- (void) addTrackers
|
||||
{
|
||||
[[self window] makeKeyWindow];
|
||||
@@ -1796,7 +1797,7 @@ typedef enum
|
||||
|
||||
[fTrackerTable reloadData];
|
||||
[fTrackerTable selectRowIndexes: [NSIndexSet indexSetWithIndex: [fTrackers count]-1] byExtendingSelection: NO];
|
||||
[fTrackerTable editColumn: 0 row: [fTrackers count]-1 withEvent: nil select: YES];
|
||||
[fTrackerTable editColumn: [fTrackerTable columnWithIdentifier: @"Address"] row: [fTrackers count]-1 withEvent: nil select: YES];
|
||||
}
|
||||
|
||||
- (void) removeTrackers
|
||||
|
||||
Reference in New Issue
Block a user