https://bugs.kde.org/show_bug.cgi?id=492277
Méven <me...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/syst | |em/dolphin/-/commit/2328cb7 | |f923e5c6eeb7617eebf3ee73c0b | |b8e50b Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Méven <me...@kde.org> --- Git commit 2328cb7f923e5c6eeb7617eebf3ee73c0bb8e50b by Méven Car, on behalf of Amol Godbole. Committed on 08/10/2024 at 09:15. Pushed by meven into branch 'master'. DolphinViewContainer: Delay changing the url KCoreDirLister::itemsDeleted() signal is being emitted twice for the same url. This results in Dolphin displaying an incorrect location. Delay changing the url instead of delaying DolphinView::currentDirectoryRemoved() so that the check for current directory being removed in KFileItemModel::slotItemsDeleted() occurs correctly, while still ensuring that KCoreDirLister is not prematurely modified. Related: bug 473377 M +7 -4 src/dolphinviewcontainer.cpp M +1 -2 src/views/dolphinview.cpp https://invent.kde.org/system/dolphin/-/commit/2328cb7f923e5c6eeb7617eebf3ee73c0bb8e50b -- You are receiving this mail because: You are watching all bug changes.