From 53cba99042fa967e2a93da9f8db806fe2d035543 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 17 Feb 2020 01:16:38 +0000 Subject: gentoo resync : 17.02.2020 --- .../baloo-5.67.0-sync-IndexerConfig-on-exit.patch | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 kde-frameworks/baloo/files/baloo-5.67.0-sync-IndexerConfig-on-exit.patch (limited to 'kde-frameworks/baloo/files') diff --git a/kde-frameworks/baloo/files/baloo-5.67.0-sync-IndexerConfig-on-exit.patch b/kde-frameworks/baloo/files/baloo-5.67.0-sync-IndexerConfig-on-exit.patch new file mode 100644 index 000000000000..d18b7e2a1694 --- /dev/null +++ b/kde-frameworks/baloo/files/baloo-5.67.0-sync-IndexerConfig-on-exit.patch @@ -0,0 +1,37 @@ +From a0f8e748159b6bc0b8e5eaa1f9eb58a18ca736fa Mon Sep 17 00:00:00 2001 +From: David Edmundson +Date: Thu, 13 Feb 2020 16:52:40 +0000 +Subject: Sync IndexerConfig on exit + +Summary: +KCoreConfigSkeleton, unlike KConfig does not automagically save on exit. + +BUG: 417127 + +Test Plan: +balooctl disable +balooctl enable + +Subscribers: kde-frameworks-devel, #baloo + +Tags: #frameworks, #baloo + +Differential Revision: https://phabricator.kde.org/D27376 +--- + src/lib/indexerconfig.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/lib/indexerconfig.cpp b/src/lib/indexerconfig.cpp +index 66786b9..19ae342 100644 +--- a/src/lib/indexerconfig.cpp ++++ b/src/lib/indexerconfig.cpp +@@ -43,6 +43,7 @@ IndexerConfig::IndexerConfig() + + IndexerConfig::~IndexerConfig() + { ++ d->m_settings.save(); + delete d; + } + +-- +cgit v1.1 -- cgit v1.2.3