https://bugs.kde.org/show_bug.cgi?id=357171
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |5.59 Latest Commit| |https://commits.kde.org/kio | |/95d0b44a3837a9e121ab90fdec | |8a239422d713fd Status|CONFIRMED |RESOLVED --- Comment #12 from Nate Graham <n...@kde.org> --- Git commit 95d0b44a3837a9e121ab90fdec8a239422d713fd by Nate Graham, on behalf of Robert Hoffmann. Committed on 24/05/2019 at 05:18. Pushed by ngraham into branch 'master'. Fix desktop link to file or directory Summary: KUrlRequester: Show a popup to select between File and Directory before displaying the file dialog. Test Plan: Right click onto desktop, select 'Create new' and then 'Basic link to file or directory' or 'Link to Location (URL)'. Click the file selection icon. A popup is displayed. If 'File' is selected, a file dialog is displayed, showing files and directories, allowing the selection of a file. If 'Directory' is selected, a file dialog is displayed, showing only directories, allowing the selection of a directory. Without the patch, no popup is displayed, only directories are shown in the file dialog and only a directory can be selected. FIXED-IN: 5.59 Reviewers: #frameworks, ngraham, dfaure Reviewed By: ngraham, dfaure Subscribers: bruns, michaelweghorn, ngraham, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D20197 M +73 -28 src/widgets/kurlrequester.cpp https://commits.kde.org/kio/95d0b44a3837a9e121ab90fdec8a239422d713fd -- You are receiving this mail because: You are watching all bug changes.