]> 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:06:45 +0000 (23:06 +0200)
modules/gui/qt4/components/interface_widgets.cpp

index 6a995efa2ee5a701d812f25cb0b80f7a24ef68c0..6b35a3609744cf4c80845c5c42f9c67ba75ae7d4 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()