stop the torrent update function from creating a mutable string to then place it in another mutable string

This commit is contained in:
Mitchell Livingston
2007-09-16 15:51:25 +00:00
parent 54e04b7f05
commit a9d4c96cd4
3 changed files with 18 additions and 16 deletions

View File

@@ -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];