[gthumb] Fixed catalog loading condition



commit b380c4c1fdd87ba751b17e13b53c27852d4f8e17
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Thu Feb 11 16:32:48 2010 +0100

    Fixed catalog loading condition
    
    added some missing attributes

 extensions/catalogs/gth-file-source-catalogs.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/extensions/catalogs/gth-file-source-catalogs.c b/extensions/catalogs/gth-file-source-catalogs.c
index d076fd3..8acc65a 100644
--- a/extensions/catalogs/gth-file-source-catalogs.c
+++ b/extensions/catalogs/gth-file-source-catalogs.c
@@ -368,7 +368,11 @@ read_metadata_info_ready_cb (GList    *files,
 
 	update_file_info (read_metadata->file_source, read_metadata->file_data->file, read_metadata->file_data->info);
 
-	if (_g_file_attributes_matches_any (read_metadata->attributes, "sort::*")) {
+	if (_g_file_attributes_matches_any (read_metadata->attributes,
+					    "sort::*,"
+					    "general::event-date,"
+					    "standard::display-name,standard::sort-order"))
+	{
 		GFile *gio_file;
 
 		gio_file = gth_catalog_file_to_gio_file (read_metadata->file_data->file);



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