From 9452a6e87b6c2c70513bc47a2470bf9f1168920e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 13 Jun 2020 10:39:22 +0100 Subject: gentoo resync : 13.06.2020 --- .../baloo-5.67.0-sync-IndexerConfig-on-exit.patch | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 kde-frameworks/baloo/files/baloo-5.67.0-sync-IndexerConfig-on-exit.patch (limited to 'kde-frameworks/baloo/files/baloo-5.67.0-sync-IndexerConfig-on-exit.patch') 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 deleted file mode 100644 index d18b7e2a1694..000000000000 --- a/kde-frameworks/baloo/files/baloo-5.67.0-sync-IndexerConfig-on-exit.patch +++ /dev/null @@ -1,37 +0,0 @@ -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