Description: port to libxklavier 4.0 API From: Emilio Pozuelo Monfort Bug: http://bugzilla.xfce.org/show_bug.cgi?id=6944 Index: xfce4-xkb-plugin-0.5.3.3/panel-plugin/xkb-config.c =================================================================== --- xfce4-xkb-plugin-0.5.3.3.orig/panel-plugin/xkb-config.c 2009-03-06 14:16:03.000000000 +0100 +++ xfce4-xkb-plugin-0.5.3.3/panel-plugin/xkb-config.c 2010-11-05 20:18:12.000000000 +0100 @@ -150,7 +150,7 @@ xkb_config_initialize_xkb_options (t_xkb config->application_map = g_hash_table_new (g_direct_hash, NULL); registry = xkl_config_registry_get_instance (config->engine); - xkl_config_registry_load (registry); + xkl_config_registry_load (registry, FALSE); config_item = xkl_config_item_new (); @@ -547,7 +547,7 @@ xkb_config_get_xkl_registry () if (!config) return NULL; registry = xkl_config_registry_get_instance (config->engine); - xkl_config_registry_load (registry); + xkl_config_registry_load (registry, FALSE); return registry; }