mirror of
https://github.com/transmission/transmission
synced 2025-03-09 21:54:09 +00:00
Now it'll work for Panther users again...
This commit is contained in:
parent
5c83116c72
commit
5ac8e113c3
1 changed files with 0 additions and 2 deletions
|
@ -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] )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue