git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add orBottomToTop, orRightToLeft, orLeftToRight(orHorizontal), orTopToBottom(OrVertic...
[enigma2.git]
/
lib
/
python
/
Components
/
Sources
/
EventInfo.py
diff --git
a/lib/python/Components/Sources/EventInfo.py
b/lib/python/Components/Sources/EventInfo.py
index f3fd6e885a68de3bbac744e15f8c9e2352275fd4..5af0bf9740372e7653962e31c30d48afc1cb73dc 100644
(file)
--- a/
lib/python/Components/Sources/EventInfo.py
+++ b/
lib/python/Components/Sources/EventInfo.py
@@
-35,3
+35,8
@@
class EventInfo(PerServiceBase, Source, object):
self.changed((self.CHANGED_CLEAR,))
else:
self.changed((self.CHANGED_ALL,))
+
+ def destroy(self):
+ PerServiceBase.destroy(self)
+ Source.destroy(self)
+