SVN commit 1135736 by mpyne: I'm not sure how this got into my patch from 2 weeks ago but the "playing" pixmap is not necessarily damaged, so remove the debugging helper. M +0 -4 kiconloader.cpp --- trunk/KDE/kdelibs/kdeui/icons/kiconloader.cpp #1135735:1135736 @@ -1179,10 +1179,6 @@ if (size < 0 || _name.isEmpty()) return QPixmap(); - if(_name == QLatin1String("playing")) { - kDebug(264) << "This pixmap is damaged."; - } - /* * This method works in a kind of pipeline, with the following steps: * 1. Sanity checks.