https://bugs.kde.org/show_bug.cgi?id=467095
Christoph Cullmann <cullm...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram |eworks/ktexteditor/commit/9 |eworks/kcoreaddons/commit/b |5deadc5b3dbb9d2878381b94dac |2e4ce082accb6cdc8a13681e9c3 |58bc9fdcd008 |c82bc5f2ea38 --- Comment #2 from Christoph Cullmann <cullm...@kde.org> --- Git commit b2e4ce082accb6cdc8a13681e9c3c82bc5f2ea38 by Christoph Cullmann, on behalf of Waqar Ahmed. Committed on 07/04/2023 at 13:36. Pushed by cullmann into branch 'master'. KDirWatch: Don't append fileName to fileName in Delete event emitEvent(e, Delete, e->path) results in: e->path + "/" + e->path being emitted in the deleted() signal. In KTextEditor, this leads to our slots ignoring the signals because path match failed and in worse cases crash because of stale content M +1 -1 src/lib/io/kdirwatch.cpp https://invent.kde.org/frameworks/kcoreaddons/commit/b2e4ce082accb6cdc8a13681e9c3c82bc5f2ea38 -- You are receiving this mail because: You are watching all bug changes.