MGR: If user is not active, delay notification until he is active (Mac only)

svn path=/trunk/boinc/; revision=21089
This commit is contained in:
Charlie Fenton 2010-04-05 10:03:39 +00:00
parent 47c81f9e34
commit 28b3e82cc0
1 changed files with 2 additions and 2 deletions

View File

@ -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();
}
#endif
}
}