ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Docking/FloatingMemorySearcher.cs
(Generate patch)

Comparing trunk/RomCheater/Docking/FloatingMemorySearcher.cs (file contents):
Revision 284 by william, Tue Jun 5 01:19:54 2012 UTC vs.
Revision 285 by william, Tue Jun 5 01:54:33 2012 UTC

--- trunk/RomCheater/Docking/FloatingMemorySearcher.cs	2012/06/05 01:50:38	284
+++ trunk/RomCheater/Docking/FloatingMemorySearcher.cs	2012/06/05 01:54:33	285
@@ -546,7 +546,7 @@ namespace RomCheater.Docking
         private void FreezeResultsUpdate()
         {
             this.IsResultsUpdateFrozen = true;
-            this.IsResultsUpdateFrozen = false;
+            //this.IsResultsUpdateFrozen = false;
             if (this.AcceptedProcess != null)
             {
 #if !DO_NOT_SUSPEND_RESUME_THREAD_ON_FREEZE