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

List:       kde-bugs-dist
Subject:    [Bug 136589] shadows of cover-pop-up in taskbar
From:       Seb Ruiz <me () sebruiz ! net>
Date:       2006-10-31 21:00:32
Message-ID: 20061031210032.9942.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=136589         
me sebruiz net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From me sebruiz net  2006-10-31 22:00 -------
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