summaryrefslogtreecommitdiff
path: root/kde-frameworks/baloo/files/baloo-5.67.0-sync-IndexerConfig-on-exit.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
commit9452a6e87b6c2c70513bc47a2470bf9f1168920e (patch)
tree8ac67e26b45f34d71c5aab3621813b100a0d5f00 /kde-frameworks/baloo/files/baloo-5.67.0-sync-IndexerConfig-on-exit.patch
parentf516638b7fe9592837389826a6152a7e1b251c54 (diff)
gentoo resync : 13.06.2020
Diffstat (limited to 'kde-frameworks/baloo/files/baloo-5.67.0-sync-IndexerConfig-on-exit.patch')
-rw-r--r--kde-frameworks/baloo/files/baloo-5.67.0-sync-IndexerConfig-on-exit.patch37
1 files changed, 0 insertions, 37 deletions
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 <kde@davidedmundson.co.uk>
-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