Quick Updates

svn path=/trunk/boinc/; revision=23172
This commit is contained in:
Rom Walton 2011-03-07 15:30:38 +00:00
parent 8db6389fc0
commit ae0df7ce83
1 changed files with 1 additions and 1 deletions

View File

@ -743,7 +743,7 @@ void CTaskBarIcon::UpdateNoticeStatus() {
// Repeat notification for unread notices at user-selected reminder frequency
wxTimeSpan tsLastNotificationDisplayed = wxDateTime::Now() - m_dtLastNotificationAlertExecuted;
if (
(tsLastNotificationDisplayed.GetMinutes() >= (pFrame->GetReminderFrequency() * 60))
(tsLastNotificationDisplayed.GetMinutes() >= pFrame->GetReminderFrequency())
&& (pFrame->GetReminderFrequency() != 0)
) {