[gnome-control-center] keyboard: Switch to new peripherals settings schema



commit 2a36a4c60704018c133ce0eb4a15bf0d499516d7
Author: Rui Matos <tiagomatos gmail com>
Date:   Mon Jan 19 18:41:55 2015 +0100

    keyboard: Switch to new peripherals settings schema
    
    Most peripherals settings have been moved to
    gsettings-desktop-schemas.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=743194

 configure.ac                       |    2 +-
 panels/keyboard/keyboard-general.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 27dbaef..27db9ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,7 +97,7 @@ NETWORK_MANAGER_APPLET_REQUIRED_VERSION=0.9.7.995
 MODEM_MANAGER_REQUIRED_VERSION=0.7
 LIBNOTIFY_REQUIRED_VERSION=0.7.3
 GNOME_DESKTOP_REQUIRED_VERSION=3.11.3
-SCHEMAS_REQUIRED_VERSION=3.13.91
+SCHEMAS_REQUIRED_VERSION=3.15.4
 LIBWACOM_REQUIRED_VERSION=0.7
 CLUTTER_REQUIRED_VERSION=1.11.3
 GOA_REQUIRED_VERSION=3.9.90
diff --git a/panels/keyboard/keyboard-general.c b/panels/keyboard/keyboard-general.c
index 4bf506e..868b5a5 100644
--- a/panels/keyboard/keyboard-general.c
+++ b/panels/keyboard/keyboard-general.c
@@ -74,7 +74,7 @@ void
 keyboard_general_init (CcPanel *panel, GtkBuilder *builder)
 {
   if (keyboard_settings == NULL)
-    keyboard_settings = g_settings_new ("org.gnome.settings-daemon.peripherals.keyboard");
+    keyboard_settings = g_settings_new ("org.gnome.desktop.peripherals.keyboard");
 
   if (interface_settings == NULL)
     interface_settings = g_settings_new ("org.gnome.desktop.interface");


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