Menu

Commit [r168]  Maximize  Restore  History

Don't clear the infotext with a timer but let it clear by the thread itself.

tortoisesvn 2007-08-18

changed /trunk/src/HiddenWindow.cpp
changed /trunk/src/MainDlg.cpp
/trunk/src/HiddenWindow.cpp Diff Switch to side-by-side view
--- a/trunk/src/HiddenWindow.cpp
+++ b/trunk/src/HiddenWindow.cpp
@@ -441,6 +441,7 @@
 	for (; (it != pUrlInfoReadOnly->end()) && m_bRun; ++it)
 	{
 		int mit = max(it->second.minutesinterval, it->second.minminutesinterval);
+		SendMessage(*this, COMMITMONITOR_INFOTEXT, 0, (LPARAM)_T(""));
 		if ((it->second.lastchecked + (mit*60)) < currenttime)
 		{
 			TRACE(_T("checking %s for updates\n"), it->first.c_str());
@@ -857,6 +858,7 @@
 			}
 		}
 	}
+	SendMessage(*this, COMMITMONITOR_INFOTEXT, 0, (LPARAM)_T(""));
 	// save the changed entries
 	::PostMessage(*this, COMMITMONITOR_SAVEINFO, (WPARAM)true, (LPARAM)0);
 	if (bNewEntries)
/trunk/src/MainDlg.cpp Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.