Author: titmuss
Date: Mon Feb  4 01:45:36 2008
New Revision: 1768

URL: http://svn.slimdevices.com?rev=1768&root=Jive&view=rev
Log:
 [EMAIL PROTECTED] (orig r1764):  andy | 2008-02-03 18:55:45 +0000
 Add player name to SN playerRegister call so SN can create the player with the 
correct name

Modified:
    trunk/   (props changed)
    
trunk/jive/src/pkg/jive/share/applets/ChooseMusicSource/ChooseMusicSourceApplet.lua

Propchange: trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Mon Feb  4 01:45:36 2008
@@ -1,3 +1,3 @@
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1759
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1764
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/SN:1083
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/scrolling:1378

Modified: 
trunk/jive/src/pkg/jive/share/applets/ChooseMusicSource/ChooseMusicSourceApplet.lua
URL: 
http://svn.slimdevices.com/trunk/jive/src/pkg/jive/share/applets/ChooseMusicSource/ChooseMusicSourceApplet.lua?rev=1768&root=Jive&r1=1767&r2=1768&view=diff
==============================================================================
--- 
trunk/jive/src/pkg/jive/share/applets/ChooseMusicSource/ChooseMusicSourceApplet.lua
 (original)
+++ 
trunk/jive/src/pkg/jive/share/applets/ChooseMusicSource/ChooseMusicSourceApplet.lua
 Mon Feb  4 01:45:36 2008
@@ -317,7 +317,7 @@
        -- make sure the player is linked on SqueezeNetwork, this may return an
        -- error if the player can't be linked, for example it is linked to 
another
        -- account already.
-       local cmd = { 'playerRegister', player:getUuid(), player:getId() }
+       local cmd = { 'playerRegister', player:getUuid(), player:getId(), 
player:getName() }
 
        local playerRegisterSink = function(chunk, err)
                if chunk.error then

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

Reply via email to