mirror of
https://github.com/transmission/transmission
synced 2024-12-26 17:47:37 +00:00
whoops
This commit is contained in:
parent
12b288f120
commit
21288a4086
1 changed files with 1 additions and 1 deletions
|
@ -3414,7 +3414,7 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
|
|||
|
||||
- (NSArray *) toolbarDefaultItemIdentifiers: (NSToolbar *) toolbar
|
||||
{
|
||||
NSMutableArray * idents = [NSArray arrayWithObjects:
|
||||
NSMutableArray * idents = [NSMutableArray arrayWithObjects:
|
||||
TOOLBAR_CREATE, TOOLBAR_OPEN_FILE, TOOLBAR_REMOVE,
|
||||
NSToolbarSeparatorItemIdentifier,
|
||||
TOOLBAR_PAUSE_RESUME_ALL,
|
||||
|
|
Loading…
Reference in a new issue