git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec32411
)
The playlist it not lock here.
author
Rémi Duraffort
<ivoire@videolan.org>
Fri, 18 Jul 2008 17:33:39 +0000
(19:33 +0200)
committer
Rémi Duraffort
<ivoire@videolan.org>
Fri, 18 Jul 2008 17:33:39 +0000
(19:33 +0200)
modules/gui/skins2/vars/playtree.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/skins2/vars/playtree.cpp
b/modules/gui/skins2/vars/playtree.cpp
index
1c51dc1
..
667e33f
100644
(file)
--- 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,
tru
e );
+ m_pPlaylist, p_add->i_item,
fals
e );
if( !p_item ) return;
UString *pName = new UString( getIntf(),
p_item->p_input->psz_name );