Revision 80d9bfe...
Go back to digest for 29th January 2012Bug Fixes in KDE Base
Frank Reininghaus committed changes in [kde-baseapps/KDE/4.8] dolphin/src/kitemviews/kfileitemmodel.cpp:
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.
FIXED-IN: 4.8.1
File Changes
Modified 1 files
- dolphin/src/kitemviews/kfileitemmodel.cpp
1 files changed in total