[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/multimedia/amarok/src
From:       Seb Ruiz <me () sebruiz ! net>
Date:       2006-10-31 20:59:52
Message-ID: 1162328392.863810.15078.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 600789 by seb:

Show shadowed cover images for the tooltip
BUG: 136589


 M  +2 -2      tracktooltip.cpp  


--- trunk/extragear/multimedia/amarok/src/tracktooltip.cpp #600788:600789
@@ -224,10 +224,10 @@
         m_tooltip += "<center><b>Amarok</b></center><table cellpadding='2' cellspacing='2' align='center'><tr>";
 
         m_tooltip += "%1"; //the cover gets substituted in, in tooltip()
-        m_cover = CollectionDB::instance()->podcastImage( tags );
+        m_cover = CollectionDB::instance()->podcastImage( tags, true );
         if( m_cover.isEmpty() || m_cover.contains( "nocover" ) != -1 )
         {
-            m_cover = CollectionDB::instance()->albumImage( tags );
+            m_cover = CollectionDB::instance()->albumImage( tags, true );
             if ( m_cover == CollectionDB::instance()->notAvailCover() )
                 m_cover = QString::null;
         }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic