[gnome-flashback/wip/segeiger/inputmethods: 4/4] FIXUP



commit 475824d7ed452766f21ad206ca07a6eb7c438415
Author: Sebastian Geiger <sbastig gmx net>
Date:   Wed Sep 23 23:27:04 2015 +0200

    FIXUP

 .../libinput-sources/gf-input-source-manager.c     |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-flashback/libinput-sources/gf-input-source-manager.c 
b/gnome-flashback/libinput-sources/gf-input-source-manager.c
index 54ac9e6..28f692e 100644
--- a/gnome-flashback/libinput-sources/gf-input-source-manager.c
+++ b/gnome-flashback/libinput-sources/gf-input-source-manager.c
@@ -71,7 +71,7 @@ struct _GfInputSourceManager
   GList                 *mru_sources;
   GList                 *mru_sources_backup;
 
-  GfInputSource         *currentSource;
+  GfInputSource         *current_source;
 };
 
 enum
@@ -252,7 +252,7 @@ accelerator_activated_cb (GfKeybindings *keybindings,
       return;
     }
 
-  input_source = manager->currentSource;
+  input_source = manager->current_source;
 
   if (input_source == NULL)
     input_source = sorted_source_values->data;
@@ -452,7 +452,7 @@ static void
 current_input_source_changed (GfInputSourceManager *manager,
                               GfInputSource        *new_source)
 {
-  manager->currentSource = new_source;
+  manager->current_source = new_source;
 }
 
 static void


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