Revision 8b5c38c...

Go back to digest for 29th May 2011

Bug Fixes in KDE Base

Frank Reininghaus committed changes in [kdelibs] /:

Fix crash in KDirOperator::Private::_k_slotExpandToUrl(...)

When entering '/' in the 'Name' line of the file open dialog, pressing
backspace and then pasting 'a/b', where a is a subfolder of the current
folder and b a file in that folder, KDirOperator may crash because it
accesses a null KFileItem. This commit fixes the crash. Unit test
included.

File Changes

Modified 2 files
  •   kfile/kdiroperator.cpp
  •   kfile/tests/kdiroperatortest.cpp
2 files changed in total