MGR: async GUI RPCs: Bug fixes.

svn path=/workspaces/charlief/; revision=15712
This commit is contained in:
Charlie Fenton 2008-07-30 15:17:11 +00:00
parent 22b1e76408
commit 5b308a6d13
2 changed files with 2 additions and 1 deletions

View File

@ -6162,3 +6162,4 @@ Charlie 30 July 2008
sg_BoincSimpleGUI.cpp
BOINCBaseFrame.cpp
BOINCGUIApp.h
BOINCDialupManager.cpp

View File

@ -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__)