[gnome-flashback] input-sources: fix index type in GfInputSource struct
- From: Sebastian Geiger <segeiger src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-flashback] input-sources: fix index type in GfInputSource struct
- Date: Sun, 27 Sep 2015 13:18:58 +0000 (UTC)
commit eb7fd3dab3c98eb7d87ae5c02fdd90eb19ff88d5
Author: Sebastian Geiger <sbastig gmx net>
Date: Sun Sep 27 15:16:35 2015 +0200
input-sources: fix index type in GfInputSource struct
gnome-flashback/libinput-sources/gf-input-source.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-flashback/libinput-sources/gf-input-source.c
b/gnome-flashback/libinput-sources/gf-input-source.c
index 124190f..36f27af 100644
--- a/gnome-flashback/libinput-sources/gf-input-source.c
+++ b/gnome-flashback/libinput-sources/gf-input-source.c
@@ -33,7 +33,7 @@ struct _GfInputSource
gchar *id;
gchar *display_name;
gchar *short_name;
- gint index;
+ guint index;
gchar *xkb_id;
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]