Summary: | Deleting empty web shorcut crashes systemsettings/konqueror | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | avlas <jsardid> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | kde |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.14.4 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kio/commit/55b8f1b8b4a9e2d90850744f80d603c87faaccf8 | Version Fixed In: | |
Sentry Crash Report: |
Description
avlas
2018-12-18 11:46:11 UTC
*** This bug has been marked as a duplicate of bug 412774 *** Git commit 55b8f1b8b4a9e2d90850744f80d603c87faaccf8 by David Faure, on behalf of Alexander Lohnau. Committed on 12/06/2020 at 23:04. Pushed by dfaure into branch 'master'. Fix crash when deleting entry The SearchProviderRegistry is a class variable and in its deconstructor all the providers are deleted. If you delete a provider in the GUI it is still in the list of search providers which will be deleted. Related: bug 412774 M +0 -1 src/urifilters/ikws/ikwsopts.cpp https://invent.kde.org/frameworks/kio/commit/55b8f1b8b4a9e2d90850744f80d603c87faaccf8 |