Preempting the simple plist editors from changing the trial start date to
[MenuTunes.git] / 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) ) {