X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/37f07c233166d0be348a7479be6eb59ceb010328..2fa166a61a60aed8248b74a838a2d077720156e9:/lib/python/Components/Sources/EventInfo.py diff --git a/lib/python/Components/Sources/EventInfo.py b/lib/python/Components/Sources/EventInfo.py index f3fd6e88..5af0bf97 100644 --- 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) +