[Kde-imaging] [Bug 88885] Digikam image comments not displayed
mo
kde-bugs-org at mopage.de
Tue Sep 21 16:18:18 CEST 2004
------- 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=88885
kde-bugs-org mopage de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From kde-bugs-org mopage de 2004-09-21 16:18 -------
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.
More information about the Kde-imaging
mailing list