configurationengine/source/plugins/symbian/ConeThemePlugin/themeplugin/theme_container.py
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
child 5 d2c80f5cab53
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
   102 
   102 
   103         
   103         
   104         
   104         
   105         for theme in self.list_theme:
   105         for theme in self.list_theme:
   106             
   106             
   107             # Make sure autoconfig is the last layer
       
   108             plugin.get_autoconfig(self.configuration)
       
   109 
   107 
   110             default_view = self.configuration.get_default_view()
   108             default_view = self.configuration.get_default_view()
   111             
   109             
   112             for setting_uid in theme.get_setting_uids():
   110             for setting_uid in theme.get_setting_uids():
   113                 aknskins_setting = default_view.get_feature(setting_uid)
   111                 aknskins_setting = default_view.get_feature(setting_uid)