[vlc-commits] qt4: fix album art showing again in views
Ilkka Ollakka
git at videolan.org
Thu Jan 20 00:36:24 CET 2011
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Thu Jan 20 01:36:15 2011 +0200| [56f4b016431a44fe36932006b2658393bb08f54a] | committer: Ilkka Ollakka
qt4: fix album art showing again in views
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=56f4b016431a44fe36932006b2658393bb08f54a
---
modules/gui/qt4/components/playlist/vlc_model.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/playlist/vlc_model.cpp b/modules/gui/qt4/components/playlist/vlc_model.cpp
index 718c5b2..5103fcf 100644
--- a/modules/gui/qt4/components/playlist/vlc_model.cpp
+++ b/modules/gui/qt4/components/playlist/vlc_model.cpp
@@ -42,7 +42,7 @@ QPixmap VLCModel::getArtPixmap( const QModelIndex & index, const QSize & size )
{
QString artUrl;
artUrl = index.model()->index( index.row(),
- COLUMN_COVER,
+ columnFromMeta( COLUMN_COVER ),
index.parent() )
.data().toString();
QPixmap artPix;
More information about the vlc-commits
mailing list