Noatun systray module patch

Steffen Pingel steffenp at gmx.de
Sun Jun 6 16:39:16 BST 2004


Hi,

> >  * Do not show cover image twice
>
> hmm?

The code in the current cvs inserts an <img> tag into the string (see 
slotPlaying()) passed to the KPassivePopup and also passes the pixmap in the 
setView() call in showPassivePopup():

if(mShowCovers && QFile::exists(tmpCoverPath) && !napp->player()->isStopped())
  mPassivePopup->setView(QString::null, tipText,QPixmap(tmpCoverPath));
[...]

That results in a quite crowded looking popup ;).

Steffen

-- 
Steffen Pingel - steffenp at gmx.de - http://steffenpingel.de



More information about the kde-multimedia mailing list