mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
stop the torrent update function from creating a mutable string to then place it in another mutable string
This commit is contained in:
@@ -165,8 +165,7 @@
|
||||
fUpdater = updater;
|
||||
}
|
||||
|
||||
- (NSToolbarItem *) toolbar: (NSToolbar *) toolbar itemForItemIdentifier: (NSString *) ident
|
||||
willBeInsertedIntoToolbar: (BOOL) flag
|
||||
- (NSToolbarItem *) toolbar: (NSToolbar *) toolbar itemForItemIdentifier: (NSString *) ident willBeInsertedIntoToolbar: (BOOL) flag
|
||||
{
|
||||
NSToolbarItem * item;
|
||||
item = [[NSToolbarItem alloc] initWithItemIdentifier: ident];
|
||||
|
||||
Reference in New Issue
Block a user