------- 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=130359 ------- Additional Comments From kde-dev emailgoeshere com 2006-09-30 21:48 ------- SVN commit 590771 by mitchell: Whoops...fixed it one way, then another, and then forgot to take the first way out. Bug still fixed though. CCBUG: 130359 M +1 -1 playlistitem.cpp --- trunk/extragear/multimedia/amarok/src/playlistitem.cpp #590770:590771 @ -673,7 +673,7 @ } else { - const QColorGroup _cg = ( !isEnabled() ) + const QColorGroup _cg = ( !exists() || !isEnabled() ) ? listView()->palette().disabled() : listView()->palette().active();