Merge remote branch 'remotes/origin/bug_600_softwaremanager_small_fixes'
[enigma2.git] / lib / python / Components / UsageConfig.py
index 21478e9052df59beea2d9610e86cf90dd0f6f179..b86c1a13128fc1a3cd26351637f12f7423c275ca 100644 (file)
@@ -68,6 +68,8 @@ def InitUsageConfig():
                ("4", "DVB-T/-C/-S"),
                ("5", "DVB-T/-S/-C") ])
 
+       config.usage.show_event_progress_in_servicelist = ConfigYesNo(default = False)
+
        config.usage.blinking_display_clock_during_recording = ConfigYesNo(default = False)
 
        config.usage.show_message_when_recording_starts = ConfigYesNo(default = True)