X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FConverter%2FTemplatedMultiContent.py;fp=lib%2Fpython%2FComponents%2FConverter%2FTemplatedMultiContent.py;h=25c4b1a4a4a9161e464e32eaa72a8423d0782c33;hp=203af23d4a84d97d0e941c33f429c4d5e50abf1c;hb=15a8fe81499c156e251986f5bd33801f54c140e9;hpb=e8f443313e47e0653d61d23c90352572194e5608;ds=sidebyside diff --git a/lib/python/Components/Converter/TemplatedMultiContent.py b/lib/python/Components/Converter/TemplatedMultiContent.py index 203af23..25c4b1a 100644 --- a/lib/python/Components/Converter/TemplatedMultiContent.py +++ b/lib/python/Components/Converter/TemplatedMultiContent.py @@ -5,7 +5,7 @@ class TemplatedMultiContent(StringList): def __init__(self, args): StringList.__init__(self, args) from enigma import eListboxPythonMultiContent, gFont, RT_HALIGN_LEFT, RT_HALIGN_CENTER, RT_HALIGN_RIGHT, RT_VALIGN_TOP, RT_VALIGN_CENTER, RT_VALIGN_BOTTOM, RT_WRAP - from Components.MultiContent import MultiContentEntryText, MultiContentEntryPixmap, MultiContentEntryPixmapAlphaTest, MultiContentTemplateColor + from Components.MultiContent import MultiContentEntryText, MultiContentEntryPixmap, MultiContentEntryPixmapAlphaTest, MultiContentTemplateColor, MultiContentEntryProgress l = locals() del l["self"] # cleanup locals a bit del l["args"] @@ -37,7 +37,7 @@ class TemplatedMultiContent(StringList): if what[0] == self.CHANGED_SPECIFIC and what[1] == "style": self.setTemplate() return - + if self.source: self.content.setList(self.source.list) self.setTemplate() @@ -50,7 +50,7 @@ class TemplatedMultiContent(StringList): if style == self.active_style: return # style did not change - # if skin defined "templates", that means that it defines multiple styles in a dict. template should still be a default + # if skin defined "templates", that means that it defines multiple styles in a dict. template should still be a default templates = self.template.get("templates") template = self.template.get("template")