[vlc-devel] commit: The playlist it not lock here. ( Rémi Duraffort )
git version control
git at videolan.org
Fri Jul 18 19:31:42 CEST 2008
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Fri Jul 18 19:33:39 2008 +0200| [be017fb2905530b0895b7158464b3f45a0d29356]
The playlist it not lock here.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=be017fb2905530b0895b7158464b3f45a0d29356
---
modules/gui/skins2/vars/playtree.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/skins2/vars/playtree.cpp b/modules/gui/skins2/vars/playtree.cpp
index 1c51dc1..667e33f 100644
--- a/modules/gui/skins2/vars/playtree.cpp
+++ b/modules/gui/skins2/vars/playtree.cpp
@@ -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 );
More information about the vlc-devel
mailing list