]> git.sesse.net Git - vlc/commitdiff
The playlist it not lock here.
authorRémi Duraffort <ivoire@videolan.org>
Fri, 18 Jul 2008 17:33:39 +0000 (19:33 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Fri, 18 Jul 2008 17:33:39 +0000 (19:33 +0200)
modules/gui/skins2/vars/playtree.cpp

index 1c51dc13303bbee7c22226ae676104bdd46ef08f..667e33f491ec238d75b47b5f5a73b352cc8be56d 100644 (file)
@@ -175,7 +175,7 @@ void Playtree::onAppend( playlist_add_t *p_add )
         if( item == end() )
         {
             playlist_item_t *p_item = playlist_ItemGetById(
-                                        m_pPlaylist, p_add->i_item, true );
+                                        m_pPlaylist, p_add->i_item, false );
             if( !p_item ) return;
             UString *pName = new UString( getIntf(),
                                           p_item->p_input->psz_name );