some changes to the configSelection stuff
[vuplus_dvbapp] / lib / python / Components / RecordingConfig.py
index cf65f74..99c15a6 100644 (file)
@@ -4,6 +4,6 @@ from enigma import *
 
 def InitRecordingConfig():
        config.recording = ConfigSubsection();
-       config.recording.asktozap = configElement("config.recording.asktozap", configSelection, 1, (_("yes"), _("no")) );
+       config.recording.asktozap = configElement("config.recording.asktozap", configSelection, 1, (("yes", _("yes")), ("no", _("no"))) );