]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
* deactivated filter removal and readd with every g_qeglobals.d_savedinfo.exclude...
authormattn <mattn>
Sun, 16 Mar 2008 19:01:48 +0000 (19:01 +0000)
committermattn <mattn>
Sun, 16 Mar 2008 19:01:48 +0000 (19:01 +0000)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/ZeroRadiant@217 8a3a26a2-13c4-0310-b231-cf6edde360e5

radiant/mainframe.cpp

index 6c2bd2b9bcdf987fb9c4b5a747e9b7d07e534fe0..d347d7b73227aee4b7497a32639d55f7722de151 100644 (file)
@@ -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);