Author: richard
Date: Fri Feb 27 02:26:56 2009
New Revision: 4510

URL: http://svn.slimdevices.com/jive?rev=4510&view=rev
Log:
Bug: N/A
Description:
Fix bug on clean install.


Modified:
    
7.4/trunk/squeezeplay/src/squeezeplay_desktop/share/applets/DesktopJive/DesktopJiveMeta.lua

Modified: 
7.4/trunk/squeezeplay/src/squeezeplay_desktop/share/applets/DesktopJive/DesktopJiveMeta.lua
URL: 
http://svn.slimdevices.com/jive/7.4/trunk/squeezeplay/src/squeezeplay_desktop/share/applets/DesktopJive/DesktopJiveMeta.lua?rev=4510&r1=4509&r2=4510&view=diff
==============================================================================
--- 
7.4/trunk/squeezeplay/src/squeezeplay_desktop/share/applets/DesktopJive/DesktopJiveMeta.lua
 (original)
+++ 
7.4/trunk/squeezeplay/src/squeezeplay_desktop/share/applets/DesktopJive/DesktopJiveMeta.lua
 Fri Feb 27 02:26:56 2009
@@ -54,7 +54,7 @@
        end
 
        -- fix bogus mac addresses from bad check
-       if string.match(settings.mac, "00:04:20") then
+       if settings.mac and string.match(settings.mac, "00:04:20") then
                settings.mac = nil
        end
 

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

Reply via email to