From a0a59122dab148294f199aeb8e9a85901793c435 Mon Sep 17 00:00:00 2001 From: Sorokin Alexei Date: Tue, 16 Feb 2016 03:09:46 +0300 Subject: fix some warnings --- mate-panel/panel-layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-panel/panel-layout.c') diff --git a/mate-panel/panel-layout.c b/mate-panel/panel-layout.c index d3a4a9a2..9275dfaf 100644 --- a/mate-panel/panel-layout.c +++ b/mate-panel/panel-layout.c @@ -125,7 +125,7 @@ panel_layout_append_group_helper (GKeyFile *keyfile, const char *type_for_error_message) { gboolean retval = FALSE; - char *id; + const char *id; char *unique_id = NULL; char *path = NULL; GSettings *settings = NULL; -- cgit v1.2.1