[gdm] Bumped libxklavier dependency to 4.0



commit dbe0531853ce6725fd927c837604837284b7458c
Author: Sergey V. Udaltsov <svu gnome org>
Date:   Wed Jul 1 16:19:38 2009 +0100

    Bumped libxklavier dependency to 4.0
    
    All relevant gnome modules now depend on libxklavier 4.0, API was
    changed

 configure.ac                     |    2 +-
 gui/simple-greeter/gdm-layouts.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8cd83c6..fe18675 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,7 @@ SCROLLKEEPER_REQUIRED_VERSION=0.1.4
 GCONF_REQUIRED_VERSION=2.6.1
 POLICYKIT_REQUIRED_VERSION=0.8
 GNOME_PANEL_REQUIRED_VERSION=2.0.0
-LIBXKLAVIER_REQUIRED_VERSION=3.5
+LIBXKLAVIER_REQUIRED_VERSION=4.0
 #FONTCONFIG_REQUIRED_VERSION=2.6.0
 FONTCONFIG_REQUIRED_VERSION=2.5.0
 
diff --git a/gui/simple-greeter/gdm-layouts.c b/gui/simple-greeter/gdm-layouts.c
index 07554e6..590b03e 100644
--- a/gui/simple-greeter/gdm-layouts.c
+++ b/gui/simple-greeter/gdm-layouts.c
@@ -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)) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]