diff options
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; |