]> git.sesse.net Git - vlc/commitdiff
macosx: Initially expand the primary Playlist node.
authorDerk-Jan Hartman <hartman@videolan.org>
Tue, 30 Sep 2008 17:11:34 +0000 (19:11 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Tue, 30 Sep 2008 17:32:06 +0000 (19:32 +0200)
(cherry picked from commit 31a711e42ea80553aca57626903cdd822c8c1bea)

modules/gui/macosx/playlist.m

index b4d9e24cc01112fc9ead16ca911b93214803deef..f9823ead7920aded2f040ade38ce6c18cfaaaffd 100644 (file)
     [o_outline_view setDelegate: self];
     [o_outline_view setDataSource: self];
     [o_outline_view setAllowsEmptySelection: NO];
+    [o_outline_view expandItem: [o_outline_view itemAtRow:0]];
 
     vlc_object_release( p_playlist );
     [self initStrings];