[libchamplain/libchamplain-0-4] Remove the loading of the ETAG from the file system



commit 0ff2051d0bf6bf7139737ef7a33debb3d1ae875e
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date:   Fri Jan 15 10:29:38 2010 -0500

    Remove the loading of the ETAG from the file system
    
    This ETag isn't being used.

 champlain/champlain-cache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/champlain/champlain-cache.c b/champlain/champlain-cache.c
index 8c08d07..0d71e29 100644
--- a/champlain/champlain-cache.c
+++ b/champlain/champlain-cache.c
@@ -381,7 +381,7 @@ champlain_cache_fill_tile (ChamplainCache *self,
 
   file = g_file_new_for_path (filename);
   info = g_file_query_info (file,
-      G_FILE_ATTRIBUTE_TIME_MODIFIED "," G_FILE_ATTRIBUTE_ETAG_VALUE,
+      G_FILE_ATTRIBUTE_TIME_MODIFIED,
       G_FILE_QUERY_INFO_NONE, NULL, NULL);
   g_file_info_get_modification_time (info, &modified_time);
   champlain_tile_set_modified_time (tile, &modified_time);



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