summaryrefslogtreecommitdiff
path: root/mate-panel/panel-profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/panel-profile.c')
-rw-r--r--mate-panel/panel-profile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-panel/panel-profile.c b/mate-panel/panel-profile.c
index b5bb9078..61c05b8c 100644
--- a/mate-panel/panel-profile.c
+++ b/mate-panel/panel-profile.c
@@ -1587,7 +1587,7 @@ panel_profile_toplevel_id_list_notify (GSettings *settings,
toplevel_ids_strv = g_settings_get_strv (settings, key);
- toplevel_ids = mate_gsettings_strv_to_gslist (toplevel_ids_strv);
+ toplevel_ids = mate_gsettings_strv_to_gslist ((const gchar **) toplevel_ids_strv);
toplevel_ids = panel_g_slist_make_unique (toplevel_ids,
(GCompareFunc) g_strcmp0,
FALSE);
@@ -1631,7 +1631,7 @@ panel_profile_object_id_list_update (gchar **objects)
GSList *sublist = NULL, *l;
GSList *object_ids;
- object_ids = mate_gsettings_strv_to_gslist (objects);
+ object_ids = mate_gsettings_strv_to_gslist ((const gchar **) objects);
object_ids = panel_g_slist_make_unique (object_ids,
(GCompareFunc) g_strcmp0,
FALSE);