From: Jean-Baptiste Kempf Date: Fri, 15 May 2009 21:06:45 +0000 (+0200) Subject: Qt: Be carefull with C++. Fix the issue with downloading album art fromthe net! X-Git-Tag: 1.1.0-ff~5940^2~5 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=148976f7d9bc06da6871d80ebe2835ac529b011f;p=vlc Qt: Be carefull with C++. Fix the issue with downloading album art fromthe net! --- diff --git a/modules/gui/qt4/components/interface_widgets.cpp b/modules/gui/qt4/components/interface_widgets.cpp index 6a995efa2e..6b35a36097 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()