]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/playlist/standardpanel.cpp
Use pl_Locked and pl_Unlocked
[vlc] / modules / gui / qt4 / components / playlist / standardpanel.cpp
index f268d645a8d6730be1f9d514cd697948a44acc3a..6bea1c92d463ddce4de2d39cd19d51119b5430d5 100644 (file)
@@ -317,7 +317,7 @@ void StandardPLPanel::setRoot( int i_root_id )
 {
     QPL_LOCK;
     playlist_item_t *p_item = playlist_ItemGetById( THEPL, i_root_id,
-                                                    true );
+                                                    pl_Locked );
     assert( p_item );
     p_item = playlist_GetPreferredNode( THEPL, p_item );
     assert( p_item );