From 0f19073993fa529e6187fb0fa4bb923197a9d9e8 Mon Sep 17 00:00:00 2001 From: Till Adam Date: Mon, 13 Jun 2005 21:34:26 +0000 Subject: [PATCH] Don't delete the filters by clearing our list of them, as is our solemn duty being the responsible party for their memory, before they have had a chance to write themselves to the config. CCMAIL: agungl@kde.org CCMAIL: staikos@kde.org svn path=/trunk/KDE/kdepim/; revision=425113 --- kmfiltermgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmfiltermgr.cpp b/kmfiltermgr.cpp index 6eedcc5a3..b003e4bec 100644 --- a/kmfiltermgr.cpp +++ b/kmfiltermgr.cpp @@ -47,8 +47,8 @@ KMFilterMgr::KMFilterMgr( bool popFilter ) KMFilterMgr::~KMFilterMgr() { deref( true ); - clear(); writeConfig( false ); + clear(); } void KMFilterMgr::clear()