[shotwell] export: GPS data also triggers export of meta-data



commit 699ac5498fff738e65b2f47c0af023b3f382373c
Author: Jens Georg <mail jensge org>
Date:   Mon Apr 22 14:34:47 2019 +0200

    export: GPS data also triggers export of meta-data

 src/Photo.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/Photo.vala b/src/Photo.vala
index 0d55998c..8c6234f1 100644
--- a/src/Photo.vala
+++ b/src/Photo.vala
@@ -5381,7 +5381,7 @@ public class LibraryPhoto : Photo, Flaggable, Monitorable {
         
         PhotoMetadata? metadata = get_metadata();
         if (metadata == null)
-            return tags != null || tags.size > 0 || get_rating() != Rating.UNRATED;
+            return tags != null || tags.size > 0 || get_rating() != Rating.UNRATED || 
get_gps_coords().has_gps != 0;
         
         if (get_rating() != metadata.get_rating())
             return true;


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