From fb4bd2916f7e793ac6af9e80115e03d8977608c5 Mon Sep 17 00:00:00 2001 From: mattn Date: Sun, 16 Mar 2008 19:01:48 +0000 Subject: [PATCH] * deactivated filter removal and readd with every g_qeglobals.d_savedinfo.exclude update (see comment) git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/ZeroRadiant@217 8a3a26a2-13c4-0310-b231-cf6edde360e5 --- radiant/mainframe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiant/mainframe.cpp b/radiant/mainframe.cpp index 6c2bd2b9..d347d7b7 100644 --- a/radiant/mainframe.cpp +++ b/radiant/mainframe.cpp @@ -7476,7 +7476,7 @@ void PerformFiltering () // mattn - this should be removed - otherwise the filters from the // plugins are wiped away with each update -#if 1 +#if 0 // spog - deletes old filters list and creates new one when // g_qeglobals.d_savedinfo.exclude is updated g_qeglobals.d_savedinfo.filters = FilterListDelete(g_qeglobals.d_savedinfo.filters); -- 2.39.2