File xfce4-xkb-plugin-0.5.3.3.patch of Package xfce4-panel-plugins

diff -up 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
--- xfce4-xkb-plugin-0.5.3.3/panel-plugin/xkb-config.c.orig	2009-08-12 11:11:03.000000000 +0200
+++ xfce4-xkb-plugin-0.5.3.3/panel-plugin/xkb-config.c	2009-08-12 11:12:33.000000000 +0200
@@ -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;
 }
openSUSE Build Service is sponsored by