diff -Nru gnome-control-center-2.26.0.orig/capplets/keyboard/gnome-keyboard-properties-xkb.c gnome-control-center-2.26.0/capplets/keyboard/gnome-keyboard-properties-xkb.c --- gnome-control-center-2.26.0.orig/capplets/keyboard/gnome-keyboard-properties-xkb.c 2008-11-04 17:09:47.000000000 +0100 +++ gnome-control-center-2.26.0/capplets/keyboard/gnome-keyboard-properties-xkb.c 2009-07-05 18:21:56.326293520 +0200 @@ -155,7 +155,7 @@ engine = xkl_engine_get_instance (GDK_DISPLAY ()); config_registry = xkl_config_registry_get_instance (engine); - xkl_config_registry_load (config_registry); + xkl_config_registry_load (config_registry,FALSE); gkbd_keyboard_config_init (&initial_config, xkb_gconf_client, engine);