diff options
author | fredjo <frederic.joly@9online.fr> | 2009-11-04 10:43:41 +0100 |
---|---|---|
committer | fredjo <frederic.joly@9online.fr> | 2009-11-04 10:43:41 +0100 |
commit | d0cdc219565206123a8ced58bc573c90df14a699 (patch) | |
tree | fc9c8472186a03bab62e8fa42ca930d59b1b7329 /fredjo-gnome-2.28-test/libgnomekbd/libgnomekbd.patch | |
parent | e33cec991cc363d20dbfab098c11b8bd89661847 (diff) | |
download | nutyx-extra-d0cdc219565206123a8ced58bc573c90df14a699.tar.gz nutyx-extra-d0cdc219565206123a8ced58bc573c90df14a699.tar.bz2 nutyx-extra-d0cdc219565206123a8ced58bc573c90df14a699.tar.xz nutyx-extra-d0cdc219565206123a8ced58bc573c90df14a699.zip |
Ajout du paquet libgnomekbd#2.26.0
Diffstat (limited to 'fredjo-gnome-2.28-test/libgnomekbd/libgnomekbd.patch')
-rwxr-xr-x | fredjo-gnome-2.28-test/libgnomekbd/libgnomekbd.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fredjo-gnome-2.28-test/libgnomekbd/libgnomekbd.patch b/fredjo-gnome-2.28-test/libgnomekbd/libgnomekbd.patch new file mode 100755 index 000000000..3684187aa --- /dev/null +++ b/fredjo-gnome-2.28-test/libgnomekbd/libgnomekbd.patch @@ -0,0 +1,11 @@ +--- libgnomekbd-2.26.0.orig/libgnomekbd/gkbd-indicator.c 2009-03-14 00:01:12.000000000 +0100 ++++ libgnomekbd-2.26.0/libgnomekbd/gkbd-indicator.c 2009-07-05 17:54:24.491272390 +0200 +@@ -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 (); + |