mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=6479
This commit is contained in:
parent
a39613ff0b
commit
a8b21abeca
|
@ -8648,3 +8648,9 @@ Rom 28 June 2005
|
|||
BOINCGUIApp.cpp, .h
|
||||
DlgOptions.cpp, .h
|
||||
MainFrame.cpp, .h
|
||||
|
||||
David 28 June 2005
|
||||
- manager: fixed messages bug
|
||||
|
||||
cliengui/
|
||||
MainDocument.cpp
|
||||
|
|
|
@ -826,7 +826,7 @@ int CMainDocument::WorkAbort(int iIndex) {
|
|||
int CMainDocument::CachedMessageUpdate() {
|
||||
int retval;
|
||||
static bool in_this_func = false;
|
||||
int new_msg_seqno;
|
||||
int new_msg_seqno = m_iMessageSequenceNumber;
|
||||
|
||||
if (in_this_func) return 0;
|
||||
in_this_func = true;
|
||||
|
|
Loading…
Reference in New Issue