From 28b3e82cc094ad4d9e9204c771db9fa3adc088ab Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Mon, 5 Apr 2010 10:03:39 +0000 Subject: [PATCH] MGR: If user is not active, delay notification until he is active (Mac only) svn path=/trunk/boinc/; revision=21089 --- clientgui/BOINCTaskBar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clientgui/BOINCTaskBar.cpp b/clientgui/BOINCTaskBar.cpp index a4e9b9e319..ff17148638 100644 --- a/clientgui/BOINCTaskBar.cpp +++ b/clientgui/BOINCTaskBar.cpp @@ -752,9 +752,9 @@ void CTaskBarIcon::UpdateNoticeStatus() { // If Manager is hidden or in background, request user attention. if (! (wxGetApp().IsActive())) { MacRequestUserAttention(); // Bounce BOINC Dock icon -#else - pFrame->RequestUserAttention(); } +#else + pFrame->RequestUserAttention(); #endif } }