]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlist.m
macosx: Make sure we update the information panel, if the playlist changes.
[vlc] / modules / gui / macosx / playlist.m
index 232aa4b8f03d945633815fedda81b3b4e25bc027..974a4a170e458e33728c5c63379cb54d7781d6ff 100644 (file)
             [o_status_field setStringValue: _NS("1 item")];
     }
     vlc_object_release( p_playlist );
+
+    [self outlineViewSelectionDidChange: nil];
 }
 
 - (void)playModeUpdated
 
 /* Check if p_item is a child of p_node recursively. We need to check the item
    existence first since OSX sometimes tries to redraw items that have been
-   deleted. We don't do it when not required  since this verification takes
+   deleted. We don't do it when not required since this verification takes
    quite a long time on big playlists (yes, pretty hacky). */
 
 - (BOOL)isItem: (playlist_item_t *)p_item
             }
         }
     }
-
 }
 
 - (IBAction)savePlaylist:(id)sender