mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Remove toolbar button works.
This commit is contained in:
@@ -1060,7 +1060,7 @@ static void sleepCallBack( void * controller, io_service_t y,
|
||||
[item setToolTip: @"Remove selected torrents"];
|
||||
[item setImage: [NSImage imageNamed: @"Remove.png"]];
|
||||
[item setTarget: self];
|
||||
[item setAction: @selector( removeTorrent: )];
|
||||
[item setAction: @selector( removeNoDelete: )];
|
||||
}
|
||||
else if( [ident isEqualToString: TOOLBAR_INFO] )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user