Bug#4919: Fixed error in reading and processing Xmp, Iptc keys in pyexiv2-0.1.3. Thanks Benny Malengier.
svn: r17649
This commit is contained in:
parent
5d467fc7ea
commit
7ddabca58f
@ -610,10 +610,8 @@ class EditExifMetadata(Gramplet):
|
|||||||
return
|
return
|
||||||
|
|
||||||
# get all KeyTags for this image for diplay only...
|
# get all KeyTags for this image for diplay only...
|
||||||
self.MediaDataTags = [KeyTag for KeyTag in chain(
|
self.MediaDataTags = [KeyTag for KeyTag in self.plugin_image.exifKeys() ]
|
||||||
self.plugin_image.exifKeys(),
|
|
||||||
self.plugin_image.xmpKeys(),
|
|
||||||
self.plugin_image.iptcKeys() ) ]
|
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
self.plugin_image.read()
|
self.plugin_image.read()
|
||||||
|
Loading…
Reference in New Issue
Block a user