src/hbcore/theme/hbtheme.cpp
changeset 23 e6ad4ef83b23
parent 7 923ff622b8b9
child 28 b7da29130b0e
--- a/src/hbcore/theme/hbtheme.cpp	Wed Aug 18 10:05:37 2010 +0300
+++ b/src/hbcore/theme/hbtheme.cpp	Thu Sep 02 20:44:51 2010 +0300
@@ -189,6 +189,11 @@
 */
 void HbThemePrivate::updateTheme(const QStringList &updatedFiles)
 {
+#ifndef Q_OS_SYMBIAN
+    // Reload themeindex files
+    HbThemeUtils::loadHeapThemeIndexes();
+#endif
+
     // Reload effects
     HbEffectInternal::reloadFxmlFiles();