[Digikam-devel] [Bug 167621] digiKam crashes when trying to remove a tag with the context menu
Marcel Wiesweg
marcel.wiesweg at gmx.de
Wed Jul 30 15:06:58 BST 2008
------- 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=167621
marcel.wiesweg gmx de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcel.wiesweg gmx de 2008-07-30 16:06 -------
SVN commit 839646 by mwiesweg:
Remove extra ++it
BUG: 167561
M +0 -1 albumdb.cpp
--- trunk/extragear/graphics/digikam/libs/database/albumdb.cpp #839645:839646
@ -938,7 +938,6 @
{
sql += QString(" OR imageid=? ");
boundValues << (*it);
- ++it;
}
sql += QString(";");
More information about the Digikam-devel
mailing list