From kde-bugs-dist Sat Sep 30 19:48:58 2006 From: Jeff Mitchell Date: Sat, 30 Sep 2006 19:48:58 +0000 To: kde-bugs-dist Subject: [Bug 130359] editing tags for a track marked as played unmarks it Message-Id: <20060930194858.6421.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=115964574621330 ------- 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();