Skip to content
Snippets Groups Projects
Commit ef604311 authored by Jasper Huijsmans's avatar Jasper Huijsmans
Browse files

Multihead filename fix

(Old svn revision: 4172)
parent 524f1044
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ G_MODULE_EXPORT /* EXPORT:write_panel_config */
void
write_panel_config (void)
{
char *xfcerc, *tmprc, *path;
char *xfcerc, *tmprc;
xmlNodePtr root;
static gboolean backup = TRUE;
......@@ -213,9 +213,7 @@ write_panel_config (void)
if (disable_user_config)
return;
path = g_build_filename ("xfce4", "panel", "contents.xml", NULL);
xfcerc = xfce_resource_save_location (XFCE_RESOURCE_CONFIG, path, TRUE);
g_free (path);
xfcerc = get_save_file ("contents.xml");
if (!xfcerc)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment