Author: titmuss
Date: Tue Jan 29 15:50:43 2008
New Revision: 1685

URL: http://svn.slimdevices.com?rev=1685&root=Jive&view=rev
Log:
Bug: 6763
Description:
Calling SlimServer:free() prevents any artwork being loaded for that server.


Modified:
    branches/7.0/jive/src/pkg/jive/share/jive/slim/SlimServer.lua

Modified: branches/7.0/jive/src/pkg/jive/share/jive/slim/SlimServer.lua
URL: 
http://svn.slimdevices.com/branches/7.0/jive/src/pkg/jive/share/jive/slim/SlimServer.lua?rev=1685&root=Jive&r1=1684&r2=1685&view=diff
==============================================================================
--- branches/7.0/jive/src/pkg/jive/share/jive/slim/SlimServer.lua (original)
+++ branches/7.0/jive/src/pkg/jive/share/jive/slim/SlimServer.lua Tue Jan 29 
15:50:43 2008
@@ -242,7 +242,6 @@
        -- task to fetch artwork while browsing
        obj.artworkFetchTask = Task("artwork", obj, processArtworkQueue)
 
-
        return obj
 end
 
@@ -271,13 +270,8 @@
        self.players = {}
 
        -- delete connections
-       if self.artworkPool then
-               self.artworkPool:free()
-               self.artworkPool = nil
-       end
-       if self.comet then
-               self.comet:disconnect()
-       end
+       self.artworkPool:close()
+       self.comet:disconnect()
 end
 
 

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

Reply via email to