Author: titmuss
Date: Fri Feb  1 13:56:15 2008
New Revision: 1750

URL: http://svn.slimdevices.com?rev=1750&root=Jive&view=rev
Log:
 [EMAIL PROTECTED] (orig r1736):  titmuss | 2008-02-01 16:55:08 +0000
 Bug: 6891
 Description:
 Minor fix.
 
 

Modified:
    trunk/   (props changed)
    
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeApplet.lua

Propchange: trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Fri Feb  1 13:56:15 2008
@@ -1,3 +1,3 @@
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1735
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1736
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/SN:1083
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/scrolling:1378

Modified: 
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeApplet.lua
URL: 
http://svn.slimdevices.com/trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeApplet.lua?rev=1750&root=Jive&r1=1749&r2=1750&view=diff
==============================================================================
--- 
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeApplet.lua
 (original)
+++ 
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeApplet.lua
 Fri Feb  1 13:56:15 2008
@@ -210,7 +210,7 @@
 
 
 function _t_setText(self, done, msg, count)
-       self.counter:setValue(count)
+       self.counter:setValue(count or "")
        self.textarea:setValue(self:string(msg))
        if done then
                self.icon:setStyle("iconConnected")

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

Reply via email to