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

List:       kde-commits
Subject:    branches/KDE/4.3/kdelibs/kio/kio
From:       David Faure <faure () kde ! org>
Date:       2009-08-19 10:46:45
Message-ID: 1250678805.279526.642.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1013228 by dfaure:

Backport fix for 204322: Giuseppe Della Bianca is completely right, this should be \
path(), not toLocalFile(). Wrong Windows porting... So, renaming remote files during \
copy was broken in 4.3.0 too...


 M  +1 -1      jobuidelegate.cpp  


--- branches/KDE/4.3/kdelibs/kio/kio/jobuidelegate.cpp #1013227:1013228
@@ -80,7 +80,7 @@
                                                      ctimeSrc, ctimeDest, mtimeSrc,
                                                      mtimeDest);
     KIO::RenameDialog_Result res = static_cast<RenameDialog_Result>(dlg.exec());
-    newDest = dlg.newDestUrl().toLocalFile();
+    newDest = dlg.newDestUrl().path();
     return res;
 }
 


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

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