Bugzilla – Bug 7314
DateTime screensaver doesn't display alarm bell for alarms on sundays
Last modified: 2009-07-31 10:17:41 UTC
If I set an alarm for Sunday, the alarm bell isn't displayed on Sunday itself. Any other day seems to be working as well as the bell for Sunday's alarm is displayed on Saturday.
If the alarm itself works, please punt this to 7.0.1.
Alarm's working fine, the screensaver is broken.
This should do it. Note: this is taken from the same fixed used for bug2300 in Slim::Buttons::AlarmClock Index: Slim/Plugin/DateTime/Plugin.pm =================================================================== --- Slim/Plugin/DateTime/Plugin.pm (revision 17707) +++ Slim/Plugin/DateTime/Plugin.pm (working copy) @@ -138,7 +138,8 @@ my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time); # the alarm's days are sunday=7 based - 0 is daily - + $wday = 7 if !$wday; + my $alarm = preferences('server')->client($client)->get('alarm'); my $alarmtime = preferences('server')->client($client)->get('alarmtime');
change 17758 - thanks Kevin!
Verified fixed in 7.0.1 - 19325 SB2/3 & Transporter now show Alarm bell on Sunday
This bug has recently been fixed in the latest release of SqueezeCenter 7.0.1 Please try that version, if you still see the error, then reopen this bug. To download this version, please navigate to: http://www.slimdevices.com/su_downloads.html
Reduce number of active targets for SC