Revision 3a9f4b2...
Go back to digest for 8th July 2012Bug Fixes in KDE Base
Stefan Majewsky committed changes in [kdelibs/frameworks] kdecore/io/kmountpoint.cpp:
fix KMountPoint::List::findByPath() for non-existing file argument
dfaure says this is a porting bug because of moving from KStandardDirs
functionality to QFileInfo::canonicalFilePath(). The latter returns
empty if the file does not exist.
But this usecase is important for KIO::CopyJob: It wants to check the
available space on the target mount point.
File Changes
Modified 1 files
- kdecore/io/kmountpoint.cpp
1 files changed in total