Preempting the simple plist editors from changing the trial start date to
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 1 Oct 2003 21:21:16 +0000 (21:21 +0000)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 1 Oct 2003 21:21:16 +0000 (21:21 +0000)
some time in the future :)

MainController.m

index 09443c2..5f25c09 100755 (executable)
@@ -174,7 +174,7 @@ static MainController *sharedController;
 - (void)blingTime
 {
     NSDate *now = [NSDate date];
-    if ( (! [self getBlingTime] ) ) {
+    if ( (! [self getBlingTime] ) || ([now timeIntervalSinceDate:[self getBlingTime]] < 0) ) {
         [self setBlingTime:now];
     }
     if ( ([now timeIntervalSinceDate:[self getBlingTime]] >= 604800) ) {