From d7fb267dddda9e1b4f43e8e596ab00801a045d1f Mon Sep 17 00:00:00 2001 From: Lionel Le Folgoc Date: Mon, 25 Jan 2010 22:12:16 +0100 Subject: [PATCH] Port to libxklavier 5.0 API. --- panel-plugin/xkb-config.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/panel-plugin/xkb-config.c b/panel-plugin/xkb-config.c index 352fdf1..bff77dd 100644 --- a/panel-plugin/xkb-config.c +++ b/panel-plugin/xkb-config.c @@ -214,7 +214,7 @@ xkb_config_finalize () gdk_window_remove_filter (NULL, (GdkFilterFunc) handle_xevent, NULL); - xkl_engine_stop_listen (config->engine); + xkl_engine_stop_listen (config->engine, XKLL_TRACK_KEYBOARD_STATE); } gint -- 1.6.3.3