[gnome-flashback/wip/segeiger/inputmethods: 6/8] input-sources: fix keybinding for switch_source_backwards_action



commit 61af42473eb06655c44661574a0a5c304fc29abf
Author: Sebastian Geiger <sbastig gmx net>
Date:   Wed Sep 23 22:30:48 2015 +0200

    input-sources: fix keybinding for switch_source_backwards_action

 .../libinput-sources/gf-input-source-manager.c     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-flashback/libinput-sources/gf-input-source-manager.c 
b/gnome-flashback/libinput-sources/gf-input-source-manager.c
index 7c57603..29fd3fe 100644
--- a/gnome-flashback/libinput-sources/gf-input-source-manager.c
+++ b/gnome-flashback/libinput-sources/gf-input-source-manager.c
@@ -193,7 +193,7 @@ switch_input_backward_changed_cb (GSettings *settings,
       action = 0;
     }
 
-  keybindings = g_settings_get_strv (settings, KEY_SWITCH_INPUT_SOURCE);
+  keybindings = g_settings_get_strv (settings, KEY_SWITCH_INPUT_SOURCE_BACKWARD);
 
   /* There might be multiple keybindings set, but we will grab only one. */
   for (i = 0; keybindings[i] != NULL; i++)


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