[Xfce4-commits] <thunar:master> Use origional date in properties page for images.
Nick Schermer
noreply at xfce.org
Wed Nov 21 21:24:06 CET 2012
Updating branch refs/heads/master
to 7e33aea2b8a482a3fa792537c2d69cb856336b45 (commit)
from 8045563345751ad9fe67f2f65f5935a0a8e2d77e (commit)
commit 7e33aea2b8a482a3fa792537c2d69cb856336b45
Author: Nick Schermer <nick at xfce.org>
Date: Wed Nov 21 20:56:01 2012 +0100
Use origional date in properties page for images.
plugins/thunar-apr/thunar-apr-image-page.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/plugins/thunar-apr/thunar-apr-image-page.c b/plugins/thunar-apr/thunar-apr-image-page.c
index b9fd7e6..50be5eb 100644
--- a/plugins/thunar-apr/thunar-apr-image-page.c
+++ b/plugins/thunar-apr/thunar-apr-image-page.c
@@ -44,7 +44,7 @@ static const struct
ExifTag tag;
} TAIP_EXIF[] =
{
- { N_ ("Date Taken:"), EXIF_TAG_DATE_TIME, },
+ { N_ ("Date Taken:"), EXIF_TAG_DATE_TIME_ORIGINAL, },
{ N_ ("Camera Brand:"), EXIF_TAG_MAKE, },
{ N_ ("Camera Model:"), EXIF_TAG_MODEL, },
{ N_ ("Exposure Time:"), EXIF_TAG_EXPOSURE_TIME, },
More information about the Xfce4-commits
mailing list