From: druid23 Date: Fri, 20 Aug 2010 19:03:22 +0000 (+0100) Subject: Slight album art tweaks. X-Git-Tag: v0.5~21 X-Git-Url: http://vcs.maemo.org/git/?p=vlc-remote;a=commitdiff_plain;h=353bb294bffdf4db6298b254afa4cc9e2c54d6f7 Slight album art tweaks. modified: playermainwindow.cpp --- diff --git a/playermainwindow.cpp b/playermainwindow.cpp index 5f91727..0eb48c2 100644 --- a/playermainwindow.cpp +++ b/playermainwindow.cpp @@ -419,7 +419,7 @@ // rebuild display layout // retrieve album art mHasImage = false; - mPlayListMainWindow->requestPlayList(); + QTimer::singleShot(500, mPlayListMainWindow, SLOT(requestPlayList())); } // Update the buttons on the playlist window if (NULL != this->mPlayListMainWindow) {