From d125d9a967b6a1d4a0715e958b7d4de3195c1fb6 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Fri, 14 Aug 2009 03:15:14 +0000 Subject: [PATCH] bah, and of course, remove test code --- macosx/Controller.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/Controller.m b/macosx/Controller.m index 05126eb18..353826da2 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -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 {