OklahomaGreyBeard / erlandplugins

Automatically exported from code.google.com/p/erlandplugins
0 stars 1 forks source link

nil vaule indexing #119

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Which plugin is the bug/enhancement related to ?
ScreenSwitcher

What version of SlimServer/SqueezeCeneter are you using? On what operating
system?
7.7.2 linux Debian

Could you describe the problem or enhancment ?
Apr 12 15:51:14 radiol.local squeezeplay: WARN   squeezeplay.timer - 
Timer.lua:193 timer error: 
...jive/applets/ScreenSwitcher/ScreenSwitcherApplet.lua:161: attempt to index 
global 'oldSSData' (a nil value)

What steps will reproduce the problem?
1. Activate screen saver
2.
3.

Fix line 161 
if oldSSApplet ~= nil and prevSSData.closeMethod and oldSSData.applet ~= 
ssData.applet then

Original issue reported on code.google.com by phillip....@gmail.com on 12 Apr 2012 at 3:21

GoogleCodeExporter commented 8 years ago
oldSSApplet ~= nil -> oldSSApplet and oldSSData 

Original comment by phillip....@gmail.com on 12 Apr 2012 at 8:20