[Kde-imaging] [Bug 128462] EXIF Info is empty, in picture properties dialog only the exif-tag names are show, no values shown

Angelo Naselli anaselli at linux.it
Sun Jun 18 17:11:51 CEST 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=128462         
anaselli linux it changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From anaselli linux it  2006-06-18 17:11 -------
SVN commit 552622 by anaselli:

missed mValue 
BUG: 128462

 M  +1 -1      kexifentry.cpp  


--- trunk/extragear/libs/libkexif/kexifentry.cpp #552621:552622
 @ -104,7 +104,7  @
     exif_entry_get_value(mExifEntry, cstr.data(), cstr.size()-1);
     // just in case we don't get a null-terminated string
     cstr[cstr.size()-1] = '\0';
-    QString str = QString::fromLatin1(cstr.data());
+    mValue = QString::fromLatin1(cstr.data());
 #else
     mValue = QString::fromUtf8(exif_entry_get_value(mExifEntry));
 #endif


More information about the Kde-imaging mailing list