fix inverted setting (meaning was inverted too)
[enigma2.git] / lib / python / Components / UsageConfig.py
index 5646a329a5fe8f192cf63caaae37d6e9e2b82deb..779f5cf37a75216161a181c428087af1427de94f 100644 (file)
@@ -5,4 +5,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"))) )
\ No newline at end of file
+       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"))) )
+