From bcbd5801c2be23b2ee1a22e7b088fc2fb654f1c9 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 27 Jun 2008 14:43:24 +0000 Subject: some cleanups, add missing destroy calls, fix incomplete destroy calls, small speedup --- lib/python/Components/ServicePosition.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/python/Components/ServicePosition.py') diff --git a/lib/python/Components/ServicePosition.py b/lib/python/Components/ServicePosition.py index 985f8841..b4964250 100644 --- a/lib/python/Components/ServicePosition.py +++ b/lib/python/Components/ServicePosition.py @@ -164,3 +164,7 @@ class ServicePositionGauge(PerServiceBase, GUIComponent): self.instance.setSeekPosition(pos) seek_pointer_position = property(getSeekPosition, setSeekPosition) + + def destroy(self): + PerServiceBase.destroy(self) + GUIComponent.destroy(self) -- cgit v1.2.3