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

List:       kde-commits
Subject:    kdeextragear-1/amarok/src
From:       Seb Ruiz <seb100 () optusnet ! com ! au>
Date:       2005-04-12 9:24:23
Message-ID: 20050412092423.9C55962A () office ! kde ! org
[Download RAW message or body]

CVS commit by seb: 

Revert KDE_DEPRECATE, was for kde 3.4 only.  We have 3.3 dep.


  M +2 -2      playlistbrowser.cpp   1.95


--- kdeextragear-1/amarok/src/playlistbrowser.cpp  #1.94:1.95
@@ -1295,5 +1295,5 @@ void PlaylistBrowserItem::paintCell( QPa
     QPainter pBuf( &buffer, true );
     // use alternate background
-    pBuf.fillRect( buffer.rect(), isSelected() ? cg.highlight() : backgroundColor( \
-1 ) ); +    pBuf.fillRect( buffer.rect(), isSelected() ? cg.highlight() : \
backgroundColor( /*-1*/ ) );  
     if( detailedView ) {
@@ -1318,5 +1318,5 @@ void PlaylistBrowserItem::paintCell( QPa
         pBuf.drawRect( rect );
         //fill the rect with base color if the item has alternate color and \
                viceversa
-        QColor color = backgroundColor( -1 ) == lv->alternateBackground() ? \
cg.base() : lv->alternateBackground(); +        QColor color = backgroundColor( \
                /*-1*/ ) == lv->alternateBackground() ? cg.base() : \
                lv->alternateBackground();
         pBuf.fillRect( rect.x()+1, rect.y()+1, rect.width()-2, rect.height()-2, \
color );  // +/- drawing


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

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