Author: fmueller
Date: Thu Mar 11 10:18:33 2010
New Revision: 8652

URL: http://svn.slimdevices.com/jive?rev=8652&view=rev
Log:
Bug: 15146 
Description: Disable size information until we have a better solution. 

Modified:
    
7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SetupStorage/SetupStorageApplet.lua

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SetupStorage/SetupStorageApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SetupStorage/SetupStorageApplet.lua?rev=8652&r1=8651&r2=8652&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SetupStorage/SetupStorageApplet.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SetupStorage/SetupStorageApplet.lua
 Thu Mar 11 10:18:33 2010
@@ -38,11 +38,11 @@
 
 local devicesTests = {
        "USB_DISK_VOLUMENAME",
-       "USB_DISK_SIZE",
-       "USB_DISK_FREE",
+--     "USB_DISK_SIZE",
+--     "USB_DISK_FREE",
        "SD_CARD_VOLUMENAME",
-       "SD_CARD_SIZE",
-       "SD_CARD_FREE",
+--     "SD_CARD_SIZE",
+--     "SD_CARD_FREE",
 }
 
 
@@ -89,6 +89,10 @@
        self:setValue(self.devicesMenu, "USB_DISK_VOLUMENAME", usbLabel)
        self:setValue(self.devicesMenu, "SD_CARD_VOLUMENAME", sdCardLabel)
 
+--[[
+       -- Calling 'df' is blocking and if it's taking too long it can trigger 
the watchdog
+       -- Disabling size information until we find a better solution
+
        local usbSize = "-"
        local usbFree = "-"
        local sdCardSize = "-"
@@ -113,6 +117,7 @@
        self:setValue(self.devicesMenu, "USB_DISK_FREE", usbFree)
        self:setValue(self.devicesMenu, "SD_CARD_SIZE", sdCardSize)
        self:setValue(self.devicesMenu, "SD_CARD_FREE", sdCardFree)
+--]]
 end
 
 

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

Reply via email to