From ff514b2103828e7f4aa55ccb7833f5e2626d43c6 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 24 Apr 2008 13:37:16 +0000 Subject: fix for skin changes --- lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py') diff --git a/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py b/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py index 367b27f0..18247bbb 100644 --- a/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py +++ b/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py @@ -52,7 +52,7 @@ class EPGList(HTMLComponent, GUIComponent): self.foreColorService = None self.backColorService = None - def applySkin(self, desktop): + def applySkin(self, desktop, screen): if self.skinAttributes is not None: attribs = [ ] for (attrib, value) in self.skinAttributes: @@ -73,7 +73,7 @@ class EPGList(HTMLComponent, GUIComponent): else: attribs.append((attrib,value)) self.skinAttributes = attribs - return GUIComponent.applySkin(self, desktop) + return GUIComponent.applySkin(self, desktop, screen) def isSelectable(self, service, sname, event_list): return (event_list and len(event_list) and True) or False -- cgit v1.2.3