]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlistinfo.m
macosx: lock access to addon_entry_t
[vlc] / modules / gui / macosx / playlistinfo.m
index a54c41c00ae3d410f6dbb1f1df6e316e2b3031df..a818f3f6e420edfb403b830509da419938c868c0 100644 (file)
@@ -263,6 +263,7 @@ static VLCInfo *_o_sharedInstance = nil;
     /* reload the advanced table */
     [rootItem refresh];
     [o_outline_view reloadData];
+    [o_outline_view expandItem:nil expandChildren:YES];
 
     /* update the stats once to display p_item change faster */
     [self updateStatistics];