Author: bklaas
Date: Tue Apr 12 13:38:31 2011
New Revision: 9417

URL: http://svn.slimdevices.com/jive?rev=9417&view=rev
Log:
Fixed Bug: 15515
Description: correctly set self.alarmState in clock applet when alarmState 
notification comes through

Modified:
    7.6/trunk/squeezeplay/src/squeezeplay/share/applets/Clock/ClockApplet.lua

Modified: 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/Clock/ClockApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay/share/applets/Clock/ClockApplet.lua?rev=9417&r1=9416&r2=9417&view=diff
==============================================================================
--- 7.6/trunk/squeezeplay/src/squeezeplay/share/applets/Clock/ClockApplet.lua 
(original)
+++ 7.6/trunk/squeezeplay/src/squeezeplay/share/applets/Clock/ClockApplet.lua 
Tue Apr 12 13:38:31 2011
@@ -101,7 +101,8 @@
        if not player:isLocal() then
                return
        end
-       self.alarmSet = alarmSet
+       self.alarmSet = player:getAlarmState()
+       log:debug('Setting self.alarmSet to ', self.alarmSet)
 
        self:Draw()
 end

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to