[vlc-devel] commit: macosx: Initially expand the primary Playlist node. ( Derk-Jan Hartman )

git version control git at videolan.org
Tue Sep 30 19:28:29 CEST 2008


vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Tue Sep 30 19:11:34 2008 +0200| [b3383afd30632cf3d4ee6826ae5d29c75fd6a894] | committer: Derk-Jan Hartman 

macosx: Initially expand the primary Playlist node.
(cherry picked from commit 31a711e42ea80553aca57626903cdd822c8c1bea)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b3383afd30632cf3d4ee6826ae5d29c75fd6a894
---

 modules/gui/macosx/playlist.m |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/macosx/playlist.m b/modules/gui/macosx/playlist.m
index b4d9e24..f9823ea 100644
--- a/modules/gui/macosx/playlist.m
+++ b/modules/gui/macosx/playlist.m
@@ -116,6 +116,7 @@
     [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];




More information about the vlc-devel mailing list