bah, and of course, remove test code

This commit is contained in:
Mitchell Livingston 2009-08-14 03:15:14 +00:00
parent 8ec3d0f493
commit d125d9a967
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,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
{