https://bugs.kde.org/show_bug.cgi?id=487388
Christoph Cullmann <cullm...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/kcmutils/-/commit/a0 | |9b7a83f916159de5fc5e619a641 | |2a3d434de31 --- Comment #3 from Christoph Cullmann <cullm...@kde.org> --- Git commit a09b7a83f916159de5fc5e619a6412a3d434de31 by Christoph Cullmann, on behalf of Pascal COMBES. Committed on 31/05/2024 at 16:45. Pushed by cullmann into branch 'master'. Ensure KCM load function is called only once Below bug was caused by Kamera KCM load function being called many times. Since there is no way to check whether the KCM load function succedded, we use `firstShow` to tell that we called it. Of course, it could be interesting to avoid deadlock in Kamera KCM as well. M +1 -1 src/kcmultidialog.cpp https://invent.kde.org/frameworks/kcmutils/-/commit/a09b7a83f916159de5fc5e619a6412a3d434de31 -- You are receiving this mail because: You are watching all bug changes.