[gnome-flashback] input-sources: minor rename



commit 9c6f019b661fc325c161c469b08b4b57a830dac2
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sat Sep 19 21:46:35 2015 +0300

    input-sources: minor rename

 .../libinput-sources/gf-input-sources.c            |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/gnome-flashback/libinput-sources/gf-input-sources.c 
b/gnome-flashback/libinput-sources/gf-input-sources.c
index b5a2809..7d96a6d 100644
--- a/gnome-flashback/libinput-sources/gf-input-sources.c
+++ b/gnome-flashback/libinput-sources/gf-input-sources.c
@@ -32,29 +32,29 @@ G_DEFINE_TYPE (GfInputSources, gf_input_sources, G_TYPE_OBJECT)
 static void
 gf_input_sources_dispose (GObject *object)
 {
-  GfInputSources *input_sources;
+  GfInputSources *sources;
 
-  input_sources = GF_INPUT_SOURCES (object);
+  sources = GF_INPUT_SOURCES (object);
 
-  g_clear_object (&input_sources->ibus_manager);
+  g_clear_object (&sources->ibus_manager);
 
   G_OBJECT_CLASS (gf_input_sources_parent_class)->dispose (object);
 }
 
 static void
-gf_input_sources_class_init (GfInputSourcesClass *input_sources_class)
+gf_input_sources_class_init (GfInputSourcesClass *sources_class)
 {
   GObjectClass *object_class;
 
-  object_class = G_OBJECT_CLASS (input_sources_class);
+  object_class = G_OBJECT_CLASS (sources_class);
 
   object_class->dispose = gf_input_sources_dispose;
 }
 
 static void
-gf_input_sources_init (GfInputSources *input_sources)
+gf_input_sources_init (GfInputSources *sources)
 {
-  input_sources->ibus_manager = gf_ibus_manager_new ();
+  sources->ibus_manager = gf_ibus_manager_new ();
 }
 
 GfInputSources *


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