From 92c581769db1ebef1325d175e3b610be25317af1 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 19 Jan 2006 18:43:25 +0000 Subject: make Multi Bouquets swich useable --- lib/python/Components/UsageConfig.py | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'lib/python/Components') diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py index 027dc3ff..779f5cf3 100644 --- a/lib/python/Components/UsageConfig.py +++ b/lib/python/Components/UsageConfig.py @@ -2,19 +2,9 @@ from config import * import os from enigma import * -from Screens.ChannelSelection import USE_MULTIBOUQUETS -global USE_MULTIBOUQUETS - def InitUsageConfig(): config.usage = ConfigSubsection(); config.usage.epgtoggle = configElement("config.usage.epgtoggle", configSelection, 1, (("yes", _("yes")), ("no", _("no"))) ) config.usage.showdish = configElement("config.usage.showdish", configSelection, 1, (("yes", _("yes")), ("no", _("no"))) ) config.usage.multibouquet = configElement("config.usage.multibouquet", configSelection, 1, (("yes", _("yes")), ("no", _("no"))) ) - - def setMultiBouquet(configElement): - if currentConfigSelectionElement(configElement) == "no": - USE_MULTIBOUQUETS = False - else: - USE_MULTIBOUQUETS = True - - config.usage.multibouquet.addNotifier(setMultiBouquet); \ No newline at end of file + -- cgit v1.2.3