[commit] r1589 - trunk/GME/XmlBackEnd

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Oct 4 18:03:51 CDT 2011


Author: ksmyth
Date: Tue Oct  4 18:03:51 2011
New Revision: 1589

Log:
Disable progress window updates: it pegs the CPU and isnt very useful

Modified:
   trunk/GME/XmlBackEnd/ProgressWindow.cpp

Modified: trunk/GME/XmlBackEnd/ProgressWindow.cpp
==============================================================================
--- trunk/GME/XmlBackEnd/ProgressWindow.cpp	Tue Oct  4 18:03:40 2011	(r1588)
+++ trunk/GME/XmlBackEnd/ProgressWindow.cpp	Tue Oct  4 18:03:51 2011	(r1589)
@@ -156,6 +156,7 @@
 		pThread->ResumeThread();
 		pThread->initDone.Lock();
 	}
+	return;
 	LPCTSTR str = (LPCTSTR)msg;
 	size_t len = _tcsclen(str) + 1;
 	LPTSTR strnew = new TCHAR[len]; // will be freed in the progress thread


More information about the gme-commit mailing list