prev
More Info
Revision 436849
(Back to Digest)
next


Commit Details
Bug Fixes in Graphics
Tom Albers committed changes in /trunk/extragear/graphics/digikam/digikam/albumdb.cpp:
This is a nasty bug. The problem is that QString("%1, %2").arg("ab%2").arg("cd"); results in "abcd, %2", so this patch changes it in QString("%1, %2").arg("ab%2", "cd") which should fix this problem. Please check your konsole for errors and better save then sorry: backup your digikam3.db.

BUG: 109355

File Changes
Modified 1 file
/trunk/extragear/graphics/digikam/digikam/albumdb.cpp
Added 1 file
/trunk/extragear/graphics/digikam/digikam/albumdb.cpp
Deleted 1 file
/trunk/extragear/graphics/digikam/digikam/albumdb.cpp
3 files changed in total

KDE Commit-Digest by Danny Allen, 2006-2008
All issues in archive by Derek Kite