aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/UsageConfig.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-01-25 16:15:44 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-01-25 16:15:44 +0000
commit9bfa0ff587586c3bfe761200ca9fd890081024d4 (patch)
tree39a3d5e32fe3ae96e35b532e3852e0e58554369e /lib/python/Components/UsageConfig.py
parent258cced121c935a4affa19561b461c3e46f1de8a (diff)
downloadenigma2-9bfa0ff587586c3bfe761200ca9fd890081024d4.tar.gz
enigma2-9bfa0ff587586c3bfe761200ca9fd890081024d4.zip
many info handling changes (nownext/multi/single epg)
Diffstat (limited to 'lib/python/Components/UsageConfig.py')
-rw-r--r--lib/python/Components/UsageConfig.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py
index 779f5cf3..d51b512a 100644
--- a/lib/python/Components/UsageConfig.py
+++ b/lib/python/Components/UsageConfig.py
@@ -4,7 +4,6 @@ from enigma import *
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"))) )