Enigma 20120309

  • With a CVS 20120316 when I choose Recording path/Default Storage Device and in Customize is not selected Expert there is the follow crash



    I think due to the follow code:


    Code
    if config.usage.setup_level.index >= 2:
    			self.default_entry = getConfigListEntry(_("Default movie location"), self.default_dirname)
    			self.list.append(self.default_entry)
    			self.timer_entry = getConfigListEntry(_("Timer record location"), self.timer_dirname)
    			self.list.append(self.timer_entry)
    			self.instantrec_entry = getConfigListEntry(_("Instant record location"), self.instantrec_dirname)
    			self.list.append(self.instantrec_entry)


    where self.timer_entry if filled only if we are in Expert mode.