Commit 88ba995a authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* start osx up in VIEW_SIMPLE and only switch to VIEW_CATEGORY when needed.

parent bfd6324c
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
FIND_ANYWHERE ); FIND_ANYWHERE );
int i_index; int i_index;
i_current_view = VIEW_CATEGORY; i_current_view = VIEW_SIMPLE;
playlist_ViewUpdate( p_playlist, i_current_view ); playlist_ViewUpdate( p_playlist, i_current_view );
[o_outline_view setTarget: self]; [o_outline_view setTarget: self];
...@@ -362,7 +362,6 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/ ...@@ -362,7 +362,6 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/
p_item = NULL; p_item = NULL;
} }
} }
playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, i_current_view, p_node, p_item ); playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, i_current_view, p_node, p_item );
} }
vlc_object_release( p_playlist ); vlc_object_release( p_playlist );
...@@ -382,6 +381,9 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/ ...@@ -382,6 +381,9 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/
[o_mi setState: playlist_IsServicesDiscoveryLoaded( p_playlist, [o_mi setState: playlist_IsServicesDiscoveryLoaded( p_playlist,
[o_string cString] ) ? YES : NO]; [o_string cString] ) ? YES : NO];
i_current_view = VIEW_CATEGORY;
playlist_ViewUpdate( p_playlist, i_current_view );
[self playlistUpdated]; [self playlistUpdated];
return; return;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment