MGR: Further refinements to Client shutdown logic on Manager Exit

svn path=/trunk/boinc/; revision=22289
This commit is contained in:
Charlie Fenton 2010-08-24 02:41:12 +00:00
parent d7dd033ffc
commit 12360ca0a5
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ void CBOINCClientManager::ShutdownBOINCCore() {
wxASSERT(pDoc);
wxASSERT(wxDynamicCast(pDoc, CMainDocument));
#ifndef __WXMAC__
#ifdef __WXMAC__
// Mac Manager shuts down client only if Manager started client
if (!m_bBOINCStartedByManager) return;
#endif