From 8e701831d1787a11abc6b12874972117b5aff074 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 25 May 2011 11:15:39 +0000 Subject: [PATCH] MGR: Fix shutting down of Client on Linux svn path=/trunk/boinc/; revision=23598 --- clientgui/BOINCGUIApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/BOINCGUIApp.cpp b/clientgui/BOINCGUIApp.cpp index 526af09b58..23a7599ae6 100644 --- a/clientgui/BOINCGUIApp.cpp +++ b/clientgui/BOINCGUIApp.cpp @@ -1103,7 +1103,7 @@ int CBOINCGUIApp::ConfirmExit() { dlg.Centre(); if (wxID_OK == dlg.ShowModal()) { -#ifndef __WXMAC__ +#ifdef __WXMAC__ s_bSkipExitConfirmation = true; // Don't ask twice (only affects Mac) #else m_iShutdownCoreClient = dlg.m_DialogShutdownCoreClient->GetValue();