summaryrefslogtreecommitdiff
path: root/capplets/keyboard/mate-keyboard-properties-xkb.c
diff options
context:
space:
mode:
authorzhuyaliang <[email protected]>2021-07-19 02:18:16 +0800
committerVictor Kareh <[email protected]>2021-07-19 15:16:44 -0400
commitf9d1c221023e76e5a84bb4f88af4b05494054dd4 (patch)
tree6337ba65fad8650ef7633ec344ae9bf7702a0ac7 /capplets/keyboard/mate-keyboard-properties-xkb.c
parent15f1a9f8d57cca42e2adb8ce8c825b1d1c1328a7 (diff)
downloadmate-control-center-f9d1c221023e76e5a84bb4f88af4b05494054dd4.tar.bz2
mate-control-center-f9d1c221023e76e5a84bb4f88af4b05494054dd4.tar.xz
Fix compilation warning
Diffstat (limited to 'capplets/keyboard/mate-keyboard-properties-xkb.c')
-rw-r--r--capplets/keyboard/mate-keyboard-properties-xkb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/keyboard/mate-keyboard-properties-xkb.c b/capplets/keyboard/mate-keyboard-properties-xkb.c
index 7ccc0273..11833c70 100644
--- a/capplets/keyboard/mate-keyboard-properties-xkb.c
+++ b/capplets/keyboard/mate-keyboard-properties-xkb.c
@@ -253,7 +253,7 @@ enable_disable_restoring (GtkBuilder * dialog)
gtk_widget_set_sensitive (WID ("xkb_reset_to_defaults"), enable);
}
-void
+static void
xkb_save_gslist_as_strv (gchar *schema, gchar *key, GSList *list)
{
GSettings *settings;