mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
Now it'll work for Panther users again...
This commit is contained in:
@@ -997,7 +997,6 @@ static void sleepCallBack( void * controller, io_service_t y,
|
||||
[item setImage: [NSImage imageNamed: @"Open.png"]];
|
||||
[item setTarget: self];
|
||||
[item setAction: @selector( openShowSheet: )];
|
||||
[item setAutovalidates: NO];
|
||||
}
|
||||
else if( [ident isEqualToString: TOOLBAR_REMOVE] )
|
||||
{
|
||||
@@ -1016,7 +1015,6 @@ static void sleepCallBack( void * controller, io_service_t y,
|
||||
[item setImage: [NSImage imageNamed: @"Info.png"]];
|
||||
[item setTarget: self];
|
||||
[item setAction: @selector( showInfo: )];
|
||||
[item setAutovalidates: NO];
|
||||
}
|
||||
else if( [ident isEqualToString: TOOLBAR_PAUSE_ALL] )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user