[mutter/wip/input-devices-config: 5/7] wayland: Use the new keyboard settings location for repeat settings



commit 0ef342e9458c4dcadfe0b138db1e78821d6a4982
Author: Carlos Garnacho <carlosg gnome org>
Date:   Tue Dec 9 20:58:22 2014 +0100

    wayland: Use the new keyboard settings location for repeat settings
    
    This makes keyboard repeat in clients in-sync with the input config changes.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=739397

 src/wayland/meta-wayland-keyboard.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/wayland/meta-wayland-keyboard.c b/src/wayland/meta-wayland-keyboard.c
index 60c7f80..a62b4f3 100644
--- a/src/wayland/meta-wayland-keyboard.c
+++ b/src/wayland/meta-wayland-keyboard.c
@@ -385,7 +385,7 @@ meta_wayland_keyboard_init (MetaWaylandKeyboard *keyboard,
 
   keyboard->xkb_info.keymap_fd = -1;
 
-  keyboard->settings = g_settings_new ("org.gnome.settings-daemon.peripherals.keyboard");
+  keyboard->settings = g_settings_new ("org.gnome.desktop.peripherals.keyboard");
   g_signal_connect (keyboard->settings, "changed",
                     G_CALLBACK (settings_changed), keyboard);
 


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