diff options
| author | Frank Reininghaus <[email protected]> | 2012-01-25 21:30:57 +0100 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2012-01-25 21:32:49 +0100 |
| commit | 2a812eaf7d733699c3d5e61497ca34ac2c2e2840 (patch) | |
| tree | 0dd68bd2b14ee7891b540fd57baab49ce51fc43f /src/dolphinnewfilemenu.cpp | |
| parent | 3a84f2223b71dba0c6a2934b8c7cf443306f5a3b (diff) | |
Handle folder names containing spaces correctly in the Folders Panel
The problem was that KFileItemModel::setExpanded() used KUrl::url()
to determine the names of the subfolders. This method encodes special
characters, such that comparing the folder names with the unencoded URLs
stored in the model fails.
Using KUrl::path(), which does not encode special characters, fixes the
problem.
BUG: 291781
FIXED-IN: 4.8.1
Diffstat (limited to 'src/dolphinnewfilemenu.cpp')
0 files changed, 0 insertions, 0 deletions
