[Digikam-devel] extragear/graphics/digikam/digikam
Tom Albers
tomalbers at kde.nl
Wed Jul 20 12:30:03 BST 2005
SVN commit 436849 by toma:
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.
CCMAIL: digikam-devel at kde.org
BUG: 109355
M +46 -54 albumdb.cpp
More information about the Digikam-devel
mailing list