diff options
Diffstat (limited to 'lib/python/Components/Converter/Poll.py')
| -rw-r--r-- | lib/python/Components/Converter/Poll.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Components/Converter/Poll.py b/lib/python/Components/Converter/Poll.py index 060c12ea..f41765d4 100644 --- a/lib/python/Components/Converter/Poll.py +++ b/lib/python/Components/Converter/Poll.py @@ -29,3 +29,5 @@ class Poll(object): if not suspended: self.poll() + def destroy(self): + self.__poll_timer.timeout.get().remove(self.poll) |
