[gnome-control-center] background: prefix the cache filename to avoid conflicts



commit 93042f08350f1d96d5e081007500b097f0ee0712
Author: Thomas Wood <thomas wood intel com>
Date:   Fri Aug 13 16:13:01 2010 +0100

    background: prefix the cache filename to avoid conflicts

 panels/background/cc-background-panel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/background/cc-background-panel.c b/panels/background/cc-background-panel.c
index 0bac1ec..5a48872 100644
--- a/panels/background/cc-background-panel.c
+++ b/panels/background/cc-background-panel.c
@@ -345,7 +345,7 @@ backgrounds_changed_cb (GtkIconView       *icon_view,
       GdkPixbuf *pixbuf;
 
       cache_path = g_build_filename (g_get_user_cache_dir (),
-                                     "background",
+                                     "gnome-background",
                                      NULL);
 
       source = g_file_new_for_uri (item->source_url);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]