diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-08-12 12:28:51 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-08-12 23:09:23 +0200 |
commit | 3cf083349c96eea98bf91a0cf9e362ed5b342aa3 (patch) | |
tree | 5bdb8b639d950aff2887f60a286c9cc2f18a26ae /recipes/gnome/gdm-2.26.1/gdm-xklavier.patch | |
parent | 99fe4c90c40584d0d394b497243d789724b1d95a (diff) |
gdm: add 2.6.21
Diffstat (limited to 'recipes/gnome/gdm-2.26.1/gdm-xklavier.patch')
-rw-r--r-- | recipes/gnome/gdm-2.26.1/gdm-xklavier.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gnome/gdm-2.26.1/gdm-xklavier.patch b/recipes/gnome/gdm-2.26.1/gdm-xklavier.patch new file mode 100644 index 0000000000..a54396e99e --- /dev/null +++ b/recipes/gnome/gdm-2.26.1/gdm-xklavier.patch @@ -0,0 +1,11 @@ +--- gdm-2.26.1/gui/simple-greeter/gdm-layouts.c-orig 2009-03-27 07:28:45.000000000 -0700 ++++ gdm-2.26.1/gui/simple-greeter/gdm-layouts.c 2009-07-28 09:43:05.000000000 -0700 +@@ -52,7 +52,7 @@ init_xkl (void) + engine = xkl_engine_get_instance (GDK_DISPLAY ()); + xkl_engine_backup_names_prop (engine); + config_registry = xkl_config_registry_get_instance (engine); +- xkl_config_registry_load (config_registry); ++ xkl_config_registry_load (config_registry, FALSE); + + initial_config = xkl_config_rec_new (); + if (!xkl_config_rec_get_from_backup (initial_config, engine)) { |