mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5287
This commit is contained in:
parent
6855722a0a
commit
71b458112c
|
@ -23857,3 +23857,12 @@ Rom 2 Feb 2005
|
|||
|
||||
client/win/
|
||||
win_screensaver.cpp, .h
|
||||
|
||||
Rom 2 Feb 2005
|
||||
- Bug Fix: Ops, when deleting a bunch of code, make sure all of it really
|
||||
isn't needed. When the manager looses the core client reset the message
|
||||
sequence back to zero so when we detect the core client again we can
|
||||
get all the messages.
|
||||
|
||||
clientgui/
|
||||
MainDocument.cpp
|
||||
|
|
|
@ -211,6 +211,8 @@ wxInt32 CMainDocument::Disconnect()
|
|||
m_dtCachedStateLockTimestamp = wxDateTime::Now();
|
||||
m_dtCachedStateTimestamp = wxDateTime( (time_t)0 );
|
||||
|
||||
m_iMessageSequenceNumber = 0;
|
||||
|
||||
m_bIsConnected = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue