diff options
author | Sergey Udaltsov <svu@gnome.org> | 2010-01-11 02:15:31 +0000 |
---|---|---|
committer | Sergey Udaltsov <svu@gnome.org> | 2010-01-11 02:15:31 +0000 |
commit | 9ac5dac8a288150ea82d0e202fbd52e6119dade7 (patch) | |
tree | 2bc57ea6727b871914c6834dd66f0418b04cb536 | |
parent | fbbcef9711cb2956c8dfe61942bb7fe48e25fe4b (diff) |
fixed API call
-rw-r--r-- | tests/test_monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_monitor.c b/tests/test_monitor.c index a788e43..3f66808 100644 --- a/tests/test_monitor.c +++ b/tests/test_monitor.c @@ -157,7 +157,7 @@ main(int argc, char *argv[]) ev.type); } - xkl_engine_stop_listen(engine); + xkl_engine_stop_listen(engine, listener_type); g_object_unref(G_OBJECT(current_config)); g_object_unref(G_OBJECT(engine)); |