package kdebase reassign 253127 kdelibs4 package kdelibs4 tags 253127 +upstream, patch thanks
Attached is a patch for the problem. It's committed in KDE_3_2_BRANCH, but I'm not sure another KDE 3.2 release is planned. I'm holding up committing it in HEAD because of the 3.2 beta freeze. cheers domi
Index: kicontheme.cpp =================================================================== RCS file: /home/kde/kdelibs/kdecore/kicontheme.cpp,v retrieving revision 1.60 diff -u -r1.60 kicontheme.cpp --- kicontheme.cpp 29 May 2004 15:20:51 -0000 1.60 +++ kicontheme.cpp 24 Jun 2004 12:49:10 -0000 @@ -167,7 +167,7 @@ KIconThemeDir *dir = new KIconThemeDir(*itDir + *it, &cfg); if (!dir->isValid()) { - kdWarning(264) << "Icon directory " << *itDir << " group " << *it << " not valid.\n"; + kdDebug(264) << "Icon directory " << *itDir << " group " << *it << " not valid.\n"; delete dir; } else