------- 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=136138
marcel.wiesweg gmx de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcel.wiesweg gmx de 2006-10-22 21:40 -------
SVN commit 598184 by mwiesweg:
Correct copy-and-paste mistake.
Oops, would have thought I had checked this twice.
Ok, it only affects changing the thumbnail.
Thanks for the report.
BUG: 136138
M +2 -2 albumdb.cpp
--- trunk/extragear/graphics/digikam/digikam/albumdb.cpp #598183:598184
@ -473,9 +473,9 @
QStringList values;
execSql( QString("SELECT B.url, I.name \n "
"FROM Albums AS A \n "
- " LEFT OUTER JOIN Images AS I ON I.id=T.icon \n "
+ " LEFT OUTER JOIN Images AS I ON I.id=A.icon \n "
" LEFT OUTER JOIN Albums AS B ON B.id=I.dirid \n "
- "WHERE T.id=%1;")
+ "WHERE A.id=%1;")
.arg(albumID), &values );
if (values.isEmpty())
return QString();
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel