Author: bklaas
Date: Thu Jan 28 10:04:09 2010
New Revision: 8415
URL: http://svn.slimdevices.com/jive?rev=8415&view=rev
Log:
r38...@daddymac-520 (orig r8414): bklaas | 2010-01-28 12:03:16 -0500
Bug: n/a
Description: make logging item available in Settings->Advanced->Logging,
always. And there was much rejoicing.
Modified:
7.5/trunk/ (props changed)
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/LogSettings/LogSettingsMeta.lua
Propchange: 7.5/trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Thu Jan 28 10:04:09 2010
@@ -12,7 +12,7 @@
bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.4/private-branches/fab4-autoswitch:5831
bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.4/private-branches/fab4-skin:4552
bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.4/private-branches/new-alsa:6567
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.4/trunk:8401
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.4/trunk:8414
bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:2013
bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/SN:1083
bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/scrolling:1378
Modified:
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/LogSettings/LogSettingsMeta.lua
URL:
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/LogSettings/LogSettingsMeta.lua?rev=8415&r1=8414&r2=8415&view=diff
==============================================================================
---
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/LogSettings/LogSettingsMeta.lua
(original)
+++
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/LogSettings/LogSettingsMeta.lua
Thu Jan 28 10:04:09 2010
@@ -36,23 +36,7 @@
function registerApplet(meta)
- -- only make this available if an SD card is slotted in and
- -- a /media/*/log directory is present
- local media = false
- if lfs.attributes("/media", "mode") ~= nil then
- for dir in lfs.dir("/media") do
- if lfs.attributes("/media/" .. dir .. "/log", "mode")
== "directory" then
- media = true
- break
- end
- end
- end
-
- local desktop = not System:isHardware()
-
- if desktop or media then
- jiveMain:addItem(meta:menuItem('appletLogSettings',
'advancedSettings', 'DEBUG_LOG', function(applet, ...) applet:logSettings(...)
end))
- end
+ jiveMain:addItem(meta:menuItem('appletLogSettings', 'advancedSettings',
'DEBUG_LOG', function(applet, ...) applet:logSettings(...) end))
end
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins