https://bugs.kde.org/show_bug.cgi?id=454536
gjditchfi...@acm.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/pim/ | |korganizer/commit/c4e58599b | |3f3eeece0d94d5cee9259be904c | |dbe7 --- Comment #6 from gjditchfi...@acm.org --- Git commit c4e58599b3f3eeece0d94d5cee9259be904cdbe7 by Glen Ditchfield. Committed on 30/06/2022 at 02:08. Pushed by gditchfield into branch 'release/22.04'. Fix crash when completing a to-do in the summary view The "Mark To-do Completed" entry in the `KUrlLabel` pop-up menu called `completeTodo()`, which called `updateView()`, which deleted the `KUrlLabel`. This seems to cause a segfault in Qt. `completeTodo()` doesn't need to call `updateView()`; `mChanger->modifyIncidence()` will cause an update. M +0 -1 src/kontactplugin/korganizer/todosummarywidget.cpp https://invent.kde.org/pim/korganizer/commit/c4e58599b3f3eeece0d94d5cee9259be904cdbe7 -- You are receiving this mail because: You are watching all bug changes.