diff --git a/macosx/Controller.m b/macosx/Controller.m index 90f91413d..d26998925 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -1745,7 +1745,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy //only toggle if within first few seconds of minutes NSCalendarDate * nowDate = [NSCalendarDate calendarDate]; - if ([nowDate secondOfMinute] < AUTO_SPEED_LIMIT_SECONDS) + if ([nowDate secondOfMinute] > AUTO_SPEED_LIMIT_SECONDS) return; NSCalendarDate * offDate = [NSCalendarDate dateWithTimeIntervalSinceReferenceDate: diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib index 179844751..f01552bc0 100644 Binary files a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib and b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib differ