X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a092316126c54b280949644cd40691aaa591910f..02172ca65853b9f61d46c0e5e7823ee69f203b83:/lib/python/Components/PerServiceDisplay.py diff --git a/lib/python/Components/PerServiceDisplay.py b/lib/python/Components/PerServiceDisplay.py index 55ef3d18..821f6d16 100644 --- a/lib/python/Components/PerServiceDisplay.py +++ b/lib/python/Components/PerServiceDisplay.py @@ -17,6 +17,9 @@ class PerServiceBase(GUIComponent): # start with stopped state, so simulate that self.event(iPlayableService.evEnd) + def destroy(self): + self.navcore.event.remove(self.event) + def event(self, ev): # loop up if we need to handle this event if self.eventmap.has_key(ev):