[gnome-settings-daemon/mojito-cleanup: 3/3] housekeeping: also clean up libsocialweb



commit 8fa88424960ca84404fa50b7b50ec14d445baf5e
Author: Ross Burton <ross linux intel com>
Date:   Tue Apr 6 16:05:19 2010 +0100

    housekeeping: also clean up libsocialweb

 plugins/housekeeping/gsd-housekeeping-manager.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/plugins/housekeeping/gsd-housekeeping-manager.c b/plugins/housekeeping/gsd-housekeeping-manager.c
index e8f474a..461551b 100644
--- a/plugins/housekeeping/gsd-housekeeping-manager.c
+++ b/plugins/housekeeping/gsd-housekeeping-manager.c
@@ -237,6 +237,13 @@ purge_thumbnail_cache (void)
         files = read_dir_for_purge (path, files, HASH);
         g_free (path);
 
+        path = g_build_filename (g_get_user_cache_dir (),
+                                 "libsocialweb",
+                                 "thumbnails",
+                                 NULL);
+        files = read_dir_for_purge (path, files, HASH);
+        g_free (path);
+
         g_get_current_time (&current_time);
 
         purge_data.now = current_time.tv_sec;



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