]> git.sesse.net Git - vlc/commitdiff
* modules/gui/wxwidgets/dialogs/playlist.cpp: use the category view by default.
authorGildas Bazin <gbazin@videolan.org>
Sun, 27 May 2007 20:27:33 +0000 (20:27 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 27 May 2007 20:27:33 +0000 (20:27 +0000)
modules/gui/wxwidgets/dialogs/playlist.cpp

index 0d21991f48614ba68c4694027e4b2f0497d4fcc7..70b08897755370ddabc6d16a02bb26c009854cbb 100644 (file)
@@ -226,9 +226,8 @@ Playlist::Playlist( intf_thread_t *_p_intf, wxWindow *p_parent ):
     p_view_menu = NULL;
     p_sd_menu = SDMenu();
 
-//    i_current_view = VIEW_ONELEVEL;
-    p_current_viewroot = p_playlist->p_root_onelevel;
-    p_current_treeroot = p_playlist->p_local_onelevel;
+    p_current_viewroot = p_playlist->p_root_category;
+    p_current_treeroot = p_playlist->p_local_category;
 
     i_title_sorted = 0;
     i_group_sorted = 0;