Index: trunk/ippTools/share/magicdstool_tocleanup.sql
===================================================================
--- trunk/ippTools/share/magicdstool_tocleanup.sql	(revision 25835)
+++ trunk/ippTools/share/magicdstool_tocleanup.sql	(revision 25837)
@@ -7,5 +7,5 @@
     JOIN magicRun USING(magic_id)
     JOIN rawExp USING(exp_id)
-WHERE magicDSRun.state = 'goto_purged'
+WHERE magicDSRun.state = 'goto_cleaned'
 -- XXX: need to add fault to magicDSRun
 --    AND magicDSRun.fault = 0
Index: trunk/ippTools/src/magicdstool.c
===================================================================
--- trunk/ippTools/src/magicdstool.c	(revision 25835)
+++ trunk/ippTools/src/magicdstool.c	(revision 25837)
@@ -903,8 +903,8 @@
           (strcmp(state, "restored") == 0) ||
           (strcmp(state, "censored") == 0) ||
-          (strcmp(state, "purged") == 0) ||
+          (strcmp(state, "cleaned") == 0) ||
           (strcmp(state, "goto_restored") == 0) ||
           (strcmp(state, "goto_censored") == 0) ||
-          (strcmp(state, "goto_purged") == 0))
+          (strcmp(state, "goto_cleaned") == 0))
         ) {
         return false;
