<br><br><div class="gmail_quote">2009/1/20 Matthias Welwarsky <span dir="ltr"><<a href="mailto:matze@welwarsky.de">matze@welwarsky.de</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Tuesday 20 January 2009 06:24:19 Gilles Caulier wrote:<br>
> Matthias,<br>
><br>
> Where are you set this tag in code? give us a patch against svn please...<br>
<br>
</div>I've downloaded the current beta release, so I've attached a patch against<br>
that one. Note that it contains also a change to correctly read the exposure<br>
time from RAW files.<br>
<div class="Ih2E3d"><br>
><br>
> When you said that code is not executed, in which conditions exactly ?<br>
<br>
</div>When displaying the EXIF content in the "Metadata" or "Properties" sidepanel,<br>
and when updating the metadata database of all Albums from the "Tools" menu.<br>
<br>
Regards,<br>
        matthias<br>
</blockquote><div><br>ok. your new lens descriptio ntag for panasonic camera is recorded to DMetadata.<br><br>Question : why you have set this change :<br><br>+++ digikam-0.10.0-beta8/libs/dmetadata/dmetadata.cpp    2009-01-19 21:47:42.000000000 +0100<br>
@@ -105,7 +105,7 @@<br> <br>         if (identify.exposureTime != -1.0)<br>         {<br>-            convertToRational(1/identify.exposureTime, &num, &den, 8);<br>+            convertToRational(identify.exposureTime, &num, &den, 8);<br>
             setExifTagRational("Exif.Photo.ExposureTime", num, den, false);<br>         }<br><br>Gilles</div></div><br>