D13674: Make it possible to go up to root again
Jaime Torres Amate
noreply at phabricator.kde.org
Fri Jun 22 09:32:09 UTC 2018
jtamate created this revision.
jtamate added reviewers: dfaure, Frameworks.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: kde-frameworks-devel.
jtamate requested review of this revision.
REVISION SUMMARY
If u == "file:///", then u.setPath(u.path() + '/') results in u == "".
Avoid making this wrong transformation.
TEST PLAN
In a File open dialog, go to a nfts disk root, that results in currentUrl = file:///d//
Before, when I pressed the upCd dir (^) I was redirected to my home directory, after I see the root directory.
REPOSITORY
R241 KIO
REVISION DETAIL
https://phabricator.kde.org/D13674
AFFECTED FILES
src/filewidgets/kfilewidget.cpp
To: jtamate, dfaure, #frameworks
Cc: kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180622/5d4e98f6/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list