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

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


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

macosx: Initially expand the primary Playlist node.

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

 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 0b93331..e088d0e 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