*** empty log message ***

svn path=/trunk/boinc/; revision=6479
This commit is contained in:
David Anderson 2005-06-28 17:02:22 +00:00
parent a39613ff0b
commit a8b21abeca
2 changed files with 7 additions and 1 deletions

View File

@ -8648,3 +8648,9 @@ Rom 28 June 2005
BOINCGUIApp.cpp, .h BOINCGUIApp.cpp, .h
DlgOptions.cpp, .h DlgOptions.cpp, .h
MainFrame.cpp, .h MainFrame.cpp, .h
David 28 June 2005
- manager: fixed messages bug
cliengui/
MainDocument.cpp

View File

@ -826,7 +826,7 @@ int CMainDocument::WorkAbort(int iIndex) {
int CMainDocument::CachedMessageUpdate() { int CMainDocument::CachedMessageUpdate() {
int retval; int retval;
static bool in_this_func = false; static bool in_this_func = false;
int new_msg_seqno; int new_msg_seqno = m_iMessageSequenceNumber;
if (in_this_func) return 0; if (in_this_func) return 0;
in_this_func = true; in_this_func = true;