aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources/EventInfo.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-06-17 16:48:40 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-06-17 16:48:40 +0000
commitee0903f520403c5e03caef287f813e7b062d05ab (patch)
tree947857d4c0ee13747b403a04f06f5078319e0c80 /lib/python/Components/Sources/EventInfo.py
parent9c3098c8667241d18d2551a9a37ce7fbce396b71 (diff)
downloadenigma2-ee0903f520403c5e03caef287f813e7b062d05ab.tar.gz
enigma2-ee0903f520403c5e03caef287f813e7b062d05ab.zip
add some new (currently unused) source/renderer based elements
Diffstat (limited to 'lib/python/Components/Sources/EventInfo.py')
-rw-r--r--lib/python/Components/Sources/EventInfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Sources/EventInfo.py b/lib/python/Components/Sources/EventInfo.py
index 724d9c1f..fc420d83 100644
--- a/lib/python/Components/Sources/EventInfo.py
+++ b/lib/python/Components/Sources/EventInfo.py
@@ -8,7 +8,7 @@ class EventInfo(PerServiceBase, Source):
NEXT = 1
def __init__(self, navcore, now_or_next):
- self.changed = Event()
+ Source.__init__(self)
PerServiceBase.__init__(self, navcore,
{
iPlayableService.evUpdatedEventInfo: self.ourEvent,