$NetBSD: patch-aa,v 1.3 2009/08/15 14:48:34 wiz Exp $

--- capplets/keyboard/gnome-keyboard-properties-xkb.c.orig	2008-11-04 16:09:47.000000000 +0000
+++ capplets/keyboard/gnome-keyboard-properties-xkb.c
@@ -155,7 +155,7 @@ setup_xkb_tabs (GladeXML * dialog, GConf
 
 	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);
