aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMarja Hassinen <ext-marja.2.hassinen@nokia.com>2009-02-06 10:43:23 +0200
committerMarja Hassinen <ext-marja.2.hassinen@nokia.com>2009-02-06 10:43:23 +0200
commitfa6e3a7f4ccb76a02b44ba5fbd6e14e0e0acd7a6 (patch)
treefd995310add27e4a6c2699105995e6aff386a3b1 /python
parent0a3a0e716a63f698c4d1caf17d1e63b5936ebca6 (diff)
Correcting errors from my previous modifications.
Adding tests.
Diffstat (limited to 'python')
-rw-r--r--python/ContextProvider.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ContextProvider.py b/python/ContextProvider.py
index a718c31c..28e9290a 100644
--- a/python/ContextProvider.py
+++ b/python/ContextProvider.py
@@ -47,7 +47,7 @@ class ContextProvider:
('change_set', CHANGE_SET, 1),
('key', c_char_p, 1),
('val', c_double, 1))
- change_set_add_bool = cfunc('context_provider_change_set_add_int', _dll, c_int,
+ change_set_add_bool = cfunc('context_provider_change_set_add_bool', _dll, c_int,
('change_set', CHANGE_SET, 1),
('key', c_char_p, 1),
('val', c_int, 1))