src/hbutils/theme/hbthemeservices.cpp
changeset 6 c3690ec91ef8
parent 5 627c4a0fd0e7
child 7 923ff622b8b9
--- 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);