[Digikam-devel] [Bug 109355] adding a photo fails when filename	contains '%'
    Tom Albers 
    tomalbers at kde.nl
       
    Wed Jul 20 12:30:14 BST 2005
    
    
  
------- 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=109355         
tomalbers kde nl changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
------- Additional Comments From tomalbers kde nl  2005-07-20 13:30 -------
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 kde org
BUG: 109355
 M  +46 -54    albumdb.cpp
    
    
More information about the Digikam-devel
mailing list