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