[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/extragear/kde3/graphics/digikam
From:       Arnd Baecker <arnd.baecker () web ! de>
Date:       2008-04-09 10:52:34
Message-ID: 1207738354.206506.27147.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 795158 by abaecker:

By using KURL::fromPathOrURL instead of just KURL to construct
the path when moving a directory proper escaping of # is ensured.

CCBUGS: 160323
TODO:KDE4PORT



 M  +2 -1      NEWS  
 M  +1 -1      digikam/albummanager.cpp  


--- branches/extragear/kde3/graphics/digikam/NEWS #795157:795158
@@ -9,7 +9,8 @@
 
 001 ==> 121309 : Camera list sorted by brand.
 002 ==> 137836 : Usability: Configure camera gui add and auto-detect camera.
-003 ==> 
+003 ==> 160323 : Changing the album name from sth to #sth and then to zsth causes \
the album to be deleted along with the files +004 ==> 
 
 **********************************************************************************************
  
--- branches/extragear/kde3/graphics/digikam/digikam/albummanager.cpp #795157:795158
@@ -1006,7 +1006,7 @@
 
     QString oldURL = album->url();
     
-    KURL u = KURL(album->folderPath()).upURL();
+    KURL u = KURL::fromPathOrURL(album->folderPath()).upURL();
     u.addPath(newName);
     u.cleanPath();
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic