From 472ccc0025494452e705ac28dc82fe5abd431de8 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 12 May 2014 22:10:33 +0200 Subject: Use better dconf path for added applets --- mate-panel/panel-profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-panel') diff --git a/mate-panel/panel-profile.c b/mate-panel/panel-profile.c index 3f41207e..9d3b740d 100644 --- a/mate-panel/panel-profile.c +++ b/mate-panel/panel-profile.c @@ -150,7 +150,7 @@ panel_profile_find_new_id (PanelGSettingsKeyType type) existing_ids = mate_dconf_list_subdirs (dir, TRUE); for (i = 0; !retval; i++) { - retval = g_strdup_printf ("%s_%d", prefix, i); + retval = g_strdup_printf ("%s-%d", prefix, i); for (j = 0; existing_ids[j] != NULL; j++) { if (g_strcmp0 (existing_ids[j], retval) == 0) { -- cgit v1.2.1