Skip to content
Commit ed46c0d6 authored by Elvis Angelaccio's avatar Elvis Angelaccio
Browse files

Fix crash when renaming top-level entries

After commit 7781d6ef, the model of the archive view changed to the
filter model. So we were asking `m_model` to get an index from
`currentIndex`, which instead belongs to `m_filterModel`.
The returned index is invalid and this causes a crash in the view.

BUG: 379802
FIXED-IN: 17.04.2

Differential Revision: https://phabricator.kde.org/D5869
parent 991bea85
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment