https://bugs.kde.org/show_bug.cgi?id=440366
Felix Ernst <felixer...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/syst | |em/dolphin/-/commit/2f39eb5 | |1b6d92172905a4c39f3c1bcd805 | |3f593b Resolution|--- |FIXED --- Comment #8 from Felix Ernst <felixer...@kde.org> --- Git commit 2f39eb51b6d92172905a4c39f3c1bcd8053f593b by Felix Ernst, on behalf of Amol Godbole. Committed on 12/10/2023 at 11:43. Pushed by felixernst into branch 'master'. DolphinView: get rid of writeStateChanged signal in setActive() The signal writeStateChanged() was not working because it is not connected to slotWriteStateChanged() slots when the active view changes. Replace the signal with direct calls to the slots. Also, do not delay openRequest signal in DolphinSearchBox::slotSearchTextChanged. It's no longer required. M +1 -0 src/dolphinmainwindow.cpp M +1 -3 src/search/dolphinsearchbox.cpp M +5 -1 src/views/dolphinview.cpp M +6 -1 src/views/dolphinview.h M +1 -0 src/views/dolphinviewactionhandler.cpp https://invent.kde.org/system/dolphin/-/commit/2f39eb51b6d92172905a4c39f3c1bcd8053f593b -- You are receiving this mail because: You are watching all bug changes.