Author: titmuss
Date: Thu Jan 31 09:28:26 2008
New Revision: 1726

URL: http://svn.slimdevices.com?rev=1726&root=Jive&view=rev
Log:
 [EMAIL PROTECTED] (orig r1723):  bklaas | 2008-01-31 16:30:39 +0000
 Bug: 6843
 Description: check for self['browse'] before referencing self['browse'].window

Modified:
    trunk/   (props changed)
    trunk/jive/src/pkg/jive/share/applets/NowPlaying/NowPlayingApplet.lua

Propchange: trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Thu Jan 31 09:28:26 2008
@@ -1,3 +1,3 @@
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1722
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1723
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/SN:1083
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/scrolling:1378

Modified: trunk/jive/src/pkg/jive/share/applets/NowPlaying/NowPlayingApplet.lua
URL: 
http://svn.slimdevices.com/trunk/jive/src/pkg/jive/share/applets/NowPlaying/NowPlayingApplet.lua?rev=1726&root=Jive&r1=1725&r2=1726&view=diff
==============================================================================
--- trunk/jive/src/pkg/jive/share/applets/NowPlaying/NowPlayingApplet.lua 
(original)
+++ trunk/jive/src/pkg/jive/share/applets/NowPlaying/NowPlayingApplet.lua Thu 
Jan 31 09:28:26 2008
@@ -175,7 +175,7 @@
        end
        -- hide this window if the player is turned off
        if power == 0 then
-               if self['browse'].window then
+               if self['browse'] and self['browse'].window then
                        self['browse'].window:hide()
                end
        end

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

Reply via email to