https://bugs.kde.org/show_bug.cgi?id=376365
--- Comment #9 from David Faure <fa...@kde.org> --- Git commit f49f34727ee68e8b86debc1e7bb24f113505f890 by David Faure. Committed on 08/03/2017 at 12:11. Pushed by dfaure into branch 'master'. Add KFileWidget::setSelectedUrl() Summary: It turns out that setSelection() cannot take both relative paths (filenames) and absolute URLs as input. "a:b" can be both, and URLs for files called "a#b" were handled wrongly. Reviewers: fvogt Reviewed By: fvogt Subscribers: fvogt, #frameworks Tags: #frameworks Differential Revision: https://phabricator.kde.org/D4937 M +85 -6 autotests/kfilewidgettest.cpp M +9 -3 src/filewidgets/kfilewidget.cpp M +23 -3 src/filewidgets/kfilewidget.h https://commits.kde.org/kio/f49f34727ee68e8b86debc1e7bb24f113505f890 -- You are receiving this mail because: You are watching all bug changes.