Author: richard
Date: Thu Feb 26 09:55:21 2009
New Revision: 4496

URL: http://svn.slimdevices.com/jive?rev=4496&view=rev
Log:
 r4...@harrypotter (orig r4495):  richard | 2009-02-26 17:48:04 +0000
 Bug: 9900
 Description:
 Fix minor bug.
 
 

Modified:
    7.4/branches/pango/   (props changed)
    7.4/branches/pango/squeezeplay/src/squeezeplay/share/jive/net/Comet.lua

Propchange: 7.4/branches/pango/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Thu Feb 26 09:55:21 2009
@@ -4,7 +4,7 @@
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.2/trunk:2921
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.3/private-branches/jive-refresh:3653
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.3/trunk:4138
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.4/trunk:4489
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.4/trunk:4495
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:2013
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/SN:1083
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/scrolling:1378

Modified: 
7.4/branches/pango/squeezeplay/src/squeezeplay/share/jive/net/Comet.lua
URL: 
http://svn.slimdevices.com/jive/7.4/branches/pango/squeezeplay/src/squeezeplay/share/jive/net/Comet.lua?rev=4496&r1=4495&r2=4496&view=diff
==============================================================================
--- 7.4/branches/pango/squeezeplay/src/squeezeplay/share/jive/net/Comet.lua 
(original)
+++ 7.4/branches/pango/squeezeplay/src/squeezeplay/share/jive/net/Comet.lua Thu 
Feb 26 09:55:21 2009
@@ -588,7 +588,7 @@
 
        -- only send the mac address for hardware devices
        if System:isHardware() then
-               data.ext.mac = System:getMacAddress()
+               data[1].ext.mac = System:getMacAddress()
        end
 
        -- XXX: according to the spec this should be sent as 
application/x-www-form-urlencoded

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

Reply via email to