https://bugs.kde.org/show_bug.cgi?id=395609

Alex Bikadorov <alex.bikado...@kdemail.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex.bikado...@kdemail.net

--- Comment #4 from Alex Bikadorov <alex.bikado...@kdemail.net> ---
Heck! I cannot find out why it's not working.
It should done by
krusader/Panel/panelfunc.cpp:522
> KIO::CopyJob *job = KIO::copy(QUrl::fromLocalFile(tempFile->fileName()),
> job->setDefaultPermissions(true);

The same way it is done by KIO for Dolphin
filewidgets/knewfilemenu.cpp:615
> KIO::CopyJob *job = KIO::copyAs(uSrc, dest);
> job->setDefaultPermissions(true);

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to