diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbutils/theme/hbthemeservices.cpp --- a/src/hbutils/theme/hbthemeservices.cpp Fri Jun 11 13:58:22 2010 +0300 +++ b/src/hbutils/theme/hbthemeservices.cpp Wed Jun 23 18:33:25 2010 +0300 @@ -80,7 +80,7 @@ { QString path(""); HbThemeIndexInfo info = HbThemeUtils::getThemeIndexInfo(ActiveTheme); - if (info.themeIndexOffset > 0) { + if (info.address) { path.append(info.path); path.append("/icons/"); path.append(info.name);