src/hbcore/theme/hbthemelistener_symbian_p.cpp
changeset 6 c3690ec91ef8
parent 5 627c4a0fd0e7
--- a/src/hbcore/theme/hbthemelistener_symbian_p.cpp	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbcore/theme/hbthemelistener_symbian_p.cpp	Wed Jun 23 18:33:25 2010 +0300
@@ -68,7 +68,7 @@
     mRepository->NotifyRequest(HbThemeUtils::CurrentThemeSetting, iStatus);
     SetActive();    
     HbThemeIndexInfo info = HbThemeUtils::getThemeIndexInfo(ActiveTheme);
-    if (info.themeIndexOffset > 0) {
+    if (info.address) {
         themeClient->handleThemeChange(info.name);
         return;
     }