[Digikam-devel] [Bug 136855] Editing metadata on a few selected imagefiles and clicking forward or apply crashes digikam.
Andreas Huggel
ahuggel at gmx.net
Fri Nov 17 02:10:01 GMT 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=136855
------- Additional Comments From ahuggel gmx net 2006-11-17 03:10 -------
Caspar,
Thanks for your feedback; please hang on...
Gilles,
In kipi-plugins/metadataedit/iptceditdialog.cpp:
void IPTCEditDialog::slotApply()
{
if (d->modified && !d->isReadOnly)
{
...
KIPIPlugins::Exiv2Iface exiv2Iface;
exiv2Iface.load((*d->currItem).path());
exiv2Iface.setExif(d->iptcData);
^^^^^^^
exiv2Iface.save((*d->currItem).path());
d->modified = false;
}
}
That should be setIptc, shouldn't it?
Does this explain why Caspar says his Exif data is lost?
-ahu.
More information about the Digikam-devel
mailing list