Summary: | digiKam crashes when trying to remove a tag with the context menu | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Andi Clemens <andi.clemens> |
Component: | Usability-Menus | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.10.0 | |
Sentry Crash Report: |
Description
Andi Clemens
2008-07-28 22:21:11 UTC
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(";"); |