diff src/filecache.c @ 891:841b387dd877

fixed test for changed files in cache
author nadvornik
date Fri, 18 Jul 2008 21:20:49 +0000
parents d8e1e820cee7
children 649c848333ee
line wrap: on
line diff
--- a/src/filecache.c	Fri Jul 18 09:55:15 2008 +0000
+++ b/src/filecache.c	Fri Jul 18 21:20:49 2008 +0000
@@ -66,8 +66,8 @@
 			fc->list = g_list_remove_link(fc->list, work);
 			fc->list = g_list_concat(work, fc->list);
 			
-//			if (file_data_check_changed_files(fd)) /* this will eventually remove changed files from cache via file_cache_notify_cb */
-//				return FALSE;
+			if (file_data_check_changed_files(fd)) /* this will eventually remove changed files from cache via file_cache_notify_cb */
+				return FALSE;
 				
 			if (debug_file_cache) file_cache_dump(fc);
 			return TRUE;