[vlc-commits] Qt: StandardPLPanel: Fix failing locked assertion.
Francois Cartegnie
git at videolan.org
Wed Jun 13 17:25:05 CEST 2012
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Jun 13 17:23:11 2012 +0200| [8cba6098e15199976fb3326eca47d4d17070926e] | committer: Francois Cartegnie
Qt: StandardPLPanel: Fix failing locked assertion.
Unremoved Unlock introduced by 874efde6d6888434ce369c833830ba09c01a0daf
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8cba6098e15199976fb3326eca47d4d17070926e
---
modules/gui/qt4/components/playlist/standardpanel.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/gui/qt4/components/playlist/standardpanel.cpp b/modules/gui/qt4/components/playlist/standardpanel.cpp
index a23f965..eda2cfc 100644
--- a/modules/gui/qt4/components/playlist/standardpanel.cpp
+++ b/modules/gui/qt4/components/playlist/standardpanel.cpp
@@ -510,7 +510,6 @@ void StandardPLPanel::browseInto( int i_id )
if( i_id != lastActivatedId ) return;
QModelIndex index = model->index( i_id, 0 );
- playlist_Unlock( THEPL );
if( currentView == treeView )
treeView->setExpanded( index, true );
More information about the vlc-commits
mailing list