Summary: | Digikam image comments not displayed | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | mo <kde-bugs-org> |
Component: | Plugin-Generic-HTMLGallery | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | CLOSED WORKSFORME | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.6.0 | |
Sentry Crash Report: |
Description
mo
2004-09-05 14:12:12 UTC
Am I the only one having this problem? Album comments are exported, but not the ones of the images. I'm using the lastest CVS of both kdeextragear-3 kdeextragear-libs-1 (updating every day), but I can't see a change. Can anyone confirm that it's working? Maybe it's just me Well, after getting no response I investigated a little bit and found out that changing the line 977 in imagesgallery.cpp, which says: imgComment = (*m_commentMap)[imgName]; to: imgComment = (*m_commentMap)[(*urlIt).prettyURL()]; resolves the problem and make comment-display work. Sorry for this long time, but i'm actually very busy... Tested and fixed in CVS. thanks |