diff options
author | zhuyaliang <[email protected]> | 2021-07-19 02:18:16 +0800 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2021-07-19 15:16:44 -0400 |
commit | f9d1c221023e76e5a84bb4f88af4b05494054dd4 (patch) | |
tree | 6337ba65fad8650ef7633ec344ae9bf7702a0ac7 /capplets/keyboard/mate-keyboard-properties-xkb.c | |
parent | 15f1a9f8d57cca42e2adb8ce8c825b1d1c1328a7 (diff) | |
download | mate-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.c | 2 |
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; |