summaryrefslogtreecommitdiff
path: root/x11/libgnomekbd/patches/patch-ac
blob: 668be09e26dc57513046a82645d10223accab827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.4 2009/08/14 15:47:31 wiz Exp $

--- libgnomekbd/gkbd-indicator.c.orig	2009-03-13 23:01:12.000000000 +0000
+++ libgnomekbd/gkbd-indicator.c
@@ -717,7 +717,7 @@ gkbd_indicator_global_init (void)
 	globals.registry =
 	    xkl_config_registry_get_instance (globals.engine);
 
-	xkl_config_registry_load (globals.registry);
+	xkl_config_registry_load (globals.registry, FALSE);
 
 	gconf_client = gconf_client_get_default ();