[Xfce4-commits] [xfce/thunar] 01/01: Add support for Exif:ImageDescription and Exif:UserComment
noreply at xfce.org
noreply at xfce.org
Mon Mar 27 15:53:41 CEST 2017
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository xfce/thunar.
commit 10770a85aeb8d0ca62baf4ac27cd1e4b8eb4f258
Author: Xj <xj at wp.pl>
Date: Sun Feb 19 01:15:08 2017 +0100
Add support for Exif:ImageDescription and Exif:UserComment
---
plugins/thunar-apr/thunar-apr-image-page.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/plugins/thunar-apr/thunar-apr-image-page.c b/plugins/thunar-apr/thunar-apr-image-page.c
index bd4dc48..2f8842f 100644
--- a/plugins/thunar-apr/thunar-apr-image-page.c
+++ b/plugins/thunar-apr/thunar-apr-image-page.c
@@ -56,6 +56,8 @@ static const struct
{ N_ ("Shutter Speed:"), EXIF_TAG_SHUTTER_SPEED_VALUE, },
{ N_ ("ISO Speed Ratings:"), EXIF_TAG_ISO_SPEED_RATINGS, },
{ N_ ("Software:"), EXIF_TAG_SOFTWARE, },
+ { N_ ("Description:"), EXIF_TAG_IMAGE_DESCRIPTION, },
+ { N_ ("Comment:"), EXIF_TAG_USER_COMMENT, },
};
#endif
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list