gthumb r2510 - in trunk: . libgthumb



Author: mjc
Date: Thu Feb 19 15:18:56 2009
New Revision: 2510
URL: http://svn.gnome.org/viewvc/gthumb?rev=2510&view=rev

Log:
2009-02-19  Michael J. Chudobiak  <mjc svn gnome org>

        * libgthumb/gth-exif-utils.c: Store keywords in XMP
        metadata by default, instead of IPTC. Bug #572424.
        Patch by Jef Driesen <jefdriesen hotmail com>.



Modified:
   trunk/ChangeLog
   trunk/libgthumb/gth-exif-utils.c

Modified: trunk/libgthumb/gth-exif-utils.c
==============================================================================
--- trunk/libgthumb/gth-exif-utils.c	(original)
+++ trunk/libgthumb/gth-exif-utils.c	Thu Feb 19 15:18:56 2009
@@ -135,6 +135,7 @@
         NULL };
 
 const char *_KEYWORD_TAG_NAMES[] = {
+        "Xmp.dc.subject",
         "Xmp.iptc.Keywords",
         "Iptc.Application2.Keywords",
         NULL };



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