From: Felix Domke Date: Wed, 11 Mar 2009 07:05:18 +0000 (+0100) Subject: do nothing when green button is pressed in a record, to be consistent with UI X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=feaeba88fdfa0a51fec05a79e51e8111ffe0c4d0 do nothing when green button is pressed in a record, to be consistent with UI --- diff --git a/lib/python/Screens/EventView.py b/lib/python/Screens/EventView.py index c55d952..c1ffb58 100644 --- a/lib/python/Screens/EventView.py +++ b/lib/python/Screens/EventView.py @@ -71,6 +71,8 @@ class EventViewBase: self.key_green_choice = self.ADD_TIMER def timerAdd(self): + if self.isRecording: + return event = self.event serviceref = self.currentService if event is None: