]> git.sesse.net Git - vlc/commitdiff
Qt: Be carefull with C++. Fix the issue with downloading album art fromthe net!
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 15 May 2009 21:06:45 +0000 (23:06 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 15 May 2009 21:35:33 +0000 (23:35 +0200)
modules/gui/qt4/components/interface_widgets.cpp

index 5da79af8b216a4138444890ace1668ac8c07db51..d547ab99666872668b7bf1e7aa3d586979d0a38a 100644 (file)
@@ -421,7 +421,7 @@ CoverArtLabel::CoverArtLabel( QWidget *parent, intf_thread_t *_p_i )
     addAction( action );
     CONNECT( action, triggered(), this, doUpdate() );
 
-    doUpdate();
+    doUpdate( "" );
 }
 
 CoverArtLabel::~CoverArtLabel()