fix whoops for testing r8924

This commit is contained in:
Mitchell Livingston 2009-08-14 01:12:39 +00:00
parent d0c9c8eaaf
commit 6c2f77a3ee
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
//shamelessly ask for donations
NSDate * lastDonateDate = [fDefaults objectForKey: @"DonateAskDate"];
if (YES ||( [fDefaults boolForKey: @"WarningDonate"] && (!lastDonateDate || [lastDonateDate timeIntervalSinceNow] < -1 * DONATE_NAG_TIME)))
if ([fDefaults boolForKey: @"WarningDonate"] && (!lastDonateDate || [lastDonateDate timeIntervalSinceNow] < -1 * DONATE_NAG_TIME))
{
if (lastDonateDate) //don't show on the first launch
{