mirror of https://github.com/BOINC/boinc.git
MGR: async GUI RPCs: Bug fixes.
svn path=/workspaces/charlief/; revision=15712
This commit is contained in:
parent
22b1e76408
commit
5b308a6d13
|
@ -6162,3 +6162,4 @@ Charlie 30 July 2008
|
|||
sg_BoincSimpleGUI.cpp
|
||||
BOINCBaseFrame.cpp
|
||||
BOINCGUIApp.h
|
||||
BOINCDialupManager.cpp
|
||||
|
|
|
@ -108,7 +108,7 @@ void CBOINCDialUpManager::OnPoll() {
|
|||
|
||||
|
||||
// We are ready to rock and roll.
|
||||
if (!bAlreadyRunningLoop && pDoc) {
|
||||
if (!bAlreadyRunningLoop && pDoc && pFrame) {
|
||||
wxASSERT(wxDynamicCast(pDoc, CMainDocument));
|
||||
wxASSERT(wxDynamicCast(pFrame, CBOINCBaseFrame));
|
||||
#if defined(__WXMSW__)
|
||||
|
|
Loading…
Reference in New Issue