Skip to content
Commit 68306ef1 authored by Ahmad Samir's avatar Ahmad Samir Committed by David Faure
Browse files

kio_desktop: Fix creating a new folder while at "desktop:"

If you navigate to "desktop:" (without a / at the end) then create a new
folder, you'll end up with "/home/user/DesktopNew Folder", that's because
the path part of the url is empty. Change the code to always add / to the
beginning of the path when needed.

Drive-by change: silence a compiler warning about an unused parameter.
parent 1fd9988a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment