Revision f0c90a4...
Go back to digest for 6th January 2013Bug Fixes in KDE Base
Michael Jansen committed changes in [kde-baseapps] dolphin/src/kitemviews/kfileitemmodel.cpp:
Fix crash when browsing bluetooth device.
When trying to browse a N900 it crashed here because pathA was empty. Which
lead to index = maxIndex beeing -1 and pathA.at(index) crashing.
Reorder the while condition to prevent that courtesy of tsdgeos.
File Changes
Modified 1 files
- dolphin/src/kitemviews/kfileitemmodel.cpp
1 files changed in total