1
0
Fork 0
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:
Mitchell Livingston 2006-06-09 19:17:02 +00:00
parent 5c83116c72
commit 5ac8e113c3

View file

@ -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] )
{