[shotwell] Fix ImageHeight->ImageLength confusion
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] Fix ImageHeight->ImageLength confusion
- Date: Tue, 6 Nov 2018 13:47:00 +0000 (UTC)
commit 1f4532a1af03a444fc3608c47ba8152bcb547a98
Author: Jens Georg <mail jensge org>
Date: Thu Oct 25 10:14:48 2018 +0200
Fix ImageHeight->ImageLength confusion
src/photos/PhotoMetadata.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/photos/PhotoMetadata.vala b/src/photos/PhotoMetadata.vala
index 2c2d6c5a..80018c2d 100644
--- a/src/photos/PhotoMetadata.vala
+++ b/src/photos/PhotoMetadata.vala
@@ -872,7 +872,7 @@ public class PhotoMetadata : MediaMetadata {
public static string[] HEIGHT_TAGS = {
"Exif.Photo.PixelYDimension",
"Xmp.exif.PixelYDimension",
- "Xmp.tiff.ImageHeight",
+ "Xmp.tiff.ImageLength",
"Xmp.exif.PixelYDimension"
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]