From 4ae10f76135d53a4285fd458a87f485695c9fbd7 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sat, 26 Nov 2005 03:00:38 +0000 Subject: get the file for the BlinkingPixmap from skin.xml --- lib/python/Screens/InfoBarGenerics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/python/Screens') diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 3dc59cff..ce2c0da5 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -393,8 +393,8 @@ class InfoBarInstantRecord: }) self.recording = None - self["BlinkingPoint"] = BlinkingPixmapConditional("/usr/share/enigma2/record.png") - self.onShown.append(self["BlinkingPoint"].hidePoint) + self["BlinkingPoint"] = BlinkingPixmapConditional() + self.onShown.append(self["BlinkingPoint"].hidePixmap) def stopCurrentRecording(self): self.session.nav.RecordTimer.removeEntry(self.recording) -- cgit v1.2.3