summaryrefslogtreecommitdiff
path: root/libmatekbd/matekbd-desktop-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmatekbd/matekbd-desktop-config.c')
-rw-r--r--libmatekbd/matekbd-desktop-config.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libmatekbd/matekbd-desktop-config.c b/libmatekbd/matekbd-desktop-config.c
index 806f1e5..1c6837d 100644
--- a/libmatekbd/matekbd-desktop-config.c
+++ b/libmatekbd/matekbd-desktop-config.c
@@ -68,13 +68,13 @@ static gboolean
pv = variant_ids;
total_layouts = g_strv_length ((char **) layout_ids);
sld = *short_layout_descriptions =
- g_new0 (char *, total_layouts + 1);
+ g_new0 (gchar *, total_layouts + 1);
lld = *long_layout_descriptions =
- g_new0 (char *, total_layouts + 1);
+ g_new0 (gchar *, total_layouts + 1);
svd = *short_variant_descriptions =
- g_new0 (char *, total_layouts + 1);
+ g_new0 (gchar *, total_layouts + 1);
lvd = *long_variant_descriptions =
- g_new0 (char *, total_layouts + 1);
+ g_new0 (gchar *, total_layouts + 1);
while (pl != NULL && *pl != NULL) {