[vlc-devel] commit: The playlist is not locked so don't pretend that the case. ( Rémi Duraffort )
git version control
git at videolan.org
Fri Jul 18 19:55:24 CEST 2008
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Fri Jul 18 19:57:42 2008 +0200| [efa30ea7db66a2e445f5622c04256bd8170234c5]
The playlist is not locked so don't pretend that the case.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=efa30ea7db66a2e445f5622c04256bd8170234c5
---
.../gui/qt4/components/playlist/playlist_model.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/playlist/playlist_model.cpp b/modules/gui/qt4/components/playlist/playlist_model.cpp
index 0ac5b5a..2ec2458 100644
--- a/modules/gui/qt4/components/playlist/playlist_model.cpp
+++ b/modules/gui/qt4/components/playlist/playlist_model.cpp
@@ -876,7 +876,7 @@ void PLModel::popupInfo()
{
playlist_item_t *p_item = playlist_ItemGetById( p_playlist,
i_popup_item,
- true );
+ false );
if( p_item )
{
MediaInfoDialog *mid = new MediaInfoDialog( p_intf, p_item->p_input );
More information about the vlc-devel
mailing list