Files
gimp/libgimpbase
Jacob Boerema 3886252422 libgimpbase: fix incorrect reading of iptc tags that appear more than once.
This is one of the problems mentioned in issue #5863. This commit only fixes
our loading (and saving) of this metadata.
Certain iptc tags like "Keywords" can appear multiple times. We were using
gexiv2_metadata_get_tag_string to get the value but that always returns
the first value so we replaced that by gexiv2_metadata_get_tag_multiple.

(cherry picked from commit d0f67faf29)
2020-11-19 21:38:13 -05:00
..