From: mattn Date: Sun, 16 Mar 2008 19:01:48 +0000 (+0000) Subject: * deactivated filter removal and readd with every g_qeglobals.d_savedinfo.exclude... X-Git-Tag: xonotic-v0.7.0~16^2~12^2~112^2~38 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fb4bd2916f7e793ac6af9e80115e03d8977608c5;p=xonotic%2Fnetradiant.git * 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 --- 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);