From ae0df7ce832bea8301ad3f645f2d933c1c7db9e5 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 7 Mar 2011 15:30:38 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=23172 --- clientgui/BOINCTaskBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/BOINCTaskBar.cpp b/clientgui/BOINCTaskBar.cpp index 0a1a1ee209..e9fe621ca5 100644 --- a/clientgui/BOINCTaskBar.cpp +++ b/clientgui/BOINCTaskBar.cpp @@ -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) ) {