diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-26 03:00:38 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-26 03:00:38 +0000 |
| commit | 4ae10f76135d53a4285fd458a87f485695c9fbd7 (patch) | |
| tree | bc21652b7050eea634a13aa5b8fdd94dd9b993d7 /lib/python/Screens | |
| parent | cb52eb273bed4c28716b501fbbf128d2c7046d57 (diff) | |
| download | enigma2-4ae10f76135d53a4285fd458a87f485695c9fbd7.tar.gz enigma2-4ae10f76135d53a4285fd458a87f485695c9fbd7.zip | |
get the file for the BlinkingPixmap from skin.xml
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
