From aaff73eef5afeafb509776637d79b392673aa38e Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 1 Nov 2007 23:50:49 +0000 Subject: let display clock blinking when a recording is in progress --- lib/python/Screens/InfoBarGenerics.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/python/Screens/InfoBarGenerics.py') diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 06892a78..f0a5267a 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -1915,6 +1915,10 @@ class InfoBarSummary(Screen): WithSeconds + + RecordRunning + Blink + Name @@ -1944,6 +1948,10 @@ class InfoBarMoviePlayerSummary(Screen): WithSeconds + + RecordRunning + Blink + Name -- cgit v1.2.3