src/hbutils/theme/hbthemeservices.cpp
changeset 7 923ff622b8b9
parent 6 c3690ec91ef8
child 21 4633027730f5
child 34 ed14f46c0e55
--- a/src/hbutils/theme/hbthemeservices.cpp	Wed Jun 23 18:33:25 2010 +0300
+++ b/src/hbutils/theme/hbthemeservices.cpp	Tue Jul 06 14:36:53 2010 +0300
@@ -84,10 +84,6 @@
         path.append(info.path);
         path.append("/icons/");
         path.append(info.name);
-    } else {
-        path.append(HbThemeUtils::getThemeSetting(HbThemeUtils::DefaultThemeRootDirSetting));
-        path.append("/themes/icons/");
-        path.append(HbThemeUtils::getThemeSetting(HbThemeUtils::CurrentThemeSetting));
     }
     return path;
 }