blob: ac89ec57bedce8e509e4e884e3358b53164d672c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Submitted By: Wayne Blaszczyk
Date: 2009-09-01
Initial Package Version: 2.26.0
Origin: RedHat/Fedora /rpms/libgnomekbd/devel/libxklavier4.patch
Upstream Status: Unknown
Description: Fixes compatibility with libxklavier-4.0
diff -Naur a/libgnomekbd/gkbd-indicator.c b/libgnomekbd/gkbd-indicator.c
--- a/libgnomekbd/gkbd-indicator.c 2009-03-14 10:01:12.000000000 +1100
+++ b/libgnomekbd/gkbd-indicator.c 2009-09-01 22:26:47.000000000 +1000
@@ -717,7 +717,7 @@
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 ();
|