aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources/Boolean.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/Sources/Boolean.py')
-rw-r--r--lib/python/Components/Sources/Boolean.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Sources/Boolean.py b/lib/python/Components/Sources/Boolean.py
index 97b92bc6..f2526a45 100644
--- a/lib/python/Components/Sources/Boolean.py
+++ b/lib/python/Components/Sources/Boolean.py
@@ -35,4 +35,4 @@ class Boolean(Source, object):
def destroy(self):
if self.poll_timer:
- self.poll_timer.timeout.get().remove(self.poll)
+ self.poll_timer.callback.remove(self.poll)