Explorar o código

changed removeFolderButton as recommended by Damien Erambert

Carola Nitz %!s(int64=11) %!d(string=hai) anos
pai
achega
47967e0ac6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Sources/VLCPlaylistViewController.m

+ 1 - 1
Sources/VLCPlaylistViewController.m

@@ -235,7 +235,7 @@ static NSString *kDisplayedFirstSteps = @"Did we display the first steps tutoria
         self.navigationItem.leftBarButtonItem.title = NSLocalizedString(@"BUTTON_BACK", @"");
         self.title = [folder name];
 
-        UIBarButtonItem *removeFromFolder = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemStop target:self action:@selector(removeFromFolder)];
+        UIBarButtonItem *removeFromFolder = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemReply target:self action:@selector(removeFromFolder)];
         NSMutableArray *toolbarItems = [self.toolbarItems mutableCopy];
         toolbarItems[0] = removeFromFolder;
         self.toolbarItems = toolbarItems;