File xfce4-xkb-plugin-0.5.3.3-11.2.patch of Package xfce4-panel-plugins
Index: xfce4-xkb-plugin-0.5.3.3/panel-plugin/xkb-config.c
===================================================================
--- xfce4-xkb-plugin-0.5.3.3/panel-plugin/xkb-config.c.orig
+++ xfce4-xkb-plugin-0.5.3.3/panel-plugin/xkb-config.c
@@ -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;
}