[vlc-devel] commit: Qt: Be carefull with C++. Fix the issue with downloading album art fromthe net! ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat May 16 01:09:57 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri May 15 23:06:45 2009 +0200| [148976f7d9bc06da6871d80ebe2835ac529b011f] | committer: Jean-Baptiste Kempf
Qt: Be carefull with C++. Fix the issue with downloading album art fromthe net!
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=148976f7d9bc06da6871d80ebe2835ac529b011f
---
modules/gui/qt4/components/interface_widgets.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/interface_widgets.cpp b/modules/gui/qt4/components/interface_widgets.cpp
index 6a995ef..6b35a36 100644
--- a/modules/gui/qt4/components/interface_widgets.cpp
+++ b/modules/gui/qt4/components/interface_widgets.cpp
@@ -421,7 +421,7 @@ CoverArtLabel::CoverArtLabel( QWidget *parent, intf_thread_t *_p_i )
addAction( action );
CONNECT( action, triggered(), this, doUpdate() );
- doUpdate();
+ doUpdate( "" );
}
CoverArtLabel::~CoverArtLabel()
More information about the vlc-devel
mailing list