diff -r e6ad4ef83b23 -r b7da29130b0e src/hbcore/image/hbicontheme.cpp --- a/src/hbcore/image/hbicontheme.cpp Thu Sep 02 20:44:51 2010 +0300 +++ b/src/hbcore/image/hbicontheme.cpp Fri Sep 17 08:32:10 2010 +0300 @@ -76,10 +76,7 @@ m_name = iniParser.value("Name").toString().trimmed(); iniParser.endGroup(); } else { -#ifdef HB_THEME_SERVER_TRACES - qDebug() << "HbIconTheme: Can't access file: " << indexFileName; -#endif - return; + THEME_GENERIC_DEBUG() << "HbIconTheme: Can't access file: " << indexFileName; } }