Summary: | patch - dolphin crashes when pressing * in tree view | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Sergio Martins <smartins> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | torkil |
Priority: | NOR | ||
Version: | 4.1 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | patch |
Description
Sergio Martins
2008-11-30 17:10:21 UTC
Created attachment 28952 [details]
patch
Very good analysis of the problem. Your suggested patch calls nodeForIndex 3 times though, I'll change it to only call it once. Thanks. SVN commit 891650 by dfaure: Fix crash when rowCount is called on a file, like when typing '*' in a treeview. BUG: 176555 M +5 -1 kio/kdirmodel.cpp M +4 -0 tests/kdirmodeltest.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=891650 |