oops, forgot to overwrite the method last commit :-)
authorMoritz Venn <moritz.venn@freaque.net>
Thu, 20 Jan 2011 15:44:29 +0000 (16:44 +0100)
committerMoritz Venn <moritz.venn@freaque.net>
Thu, 20 Jan 2011 15:44:29 +0000 (16:44 +0100)
autotimer/src/AutoTimerSettings.py
epgrefresh/src/EPGRefreshConfiguration.py

index bbb6da5..eb2781f 100644 (file)
@@ -56,6 +56,7 @@ class AutoTimerSettings(Screen, ConfigListScreen):
                                self["config"].current[1].onSelect(self.session)
                        for x in self["config"].onSelectionChanged:
                                x()
+               self["config"].selectionChanged = selectionChanged
                self["config"].onSelectionChanged.append(self.updateHelp)
 
                # Initialize widgets
index 46f4b3d..0bea585 100644 (file)
@@ -73,6 +73,7 @@ class EPGRefreshConfiguration(Screen, ConfigListScreen):
                                self["config"].current[1].onSelect(self.session)
                        for x in self["config"].onSelectionChanged:
                                x()
+               self["config"].selectionChanged = selectionChanged
                self["config"].onSelectionChanged.append(self.updateHelp)
 
                # Initialize Buttons