From ee62ca5e9b327d9ae8d10a4fd2b48daaa46f0779 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sat, 12 Feb 2011 03:17:02 +0000 Subject: [PATCH] background: Add note about saving location To the unused XML save code. --- panels/background/cc-background-xml.c | 1 + 1 file changed, 1 insertion(+) diff --git a/panels/background/cc-background-xml.c b/panels/background/cc-background-xml.c index 28d0a3327..0cb2596f5 100644 --- a/panels/background/cc-background-xml.c +++ b/panels/background/cc-background-xml.c @@ -485,6 +485,7 @@ static void gnome_wp_list_flatten (const gchar * key, CcBackgroundXml * item, #endif void cc_background_xml_save_list (CcBackgroundXml *data) { //FIXME implement save or remove? + //FIXME use XDG user dirs #if 0 xmlDoc * wplist; xmlNode * root, * wallpaper, * item;