Author: tom
Date: Tue Nov 11 14:22:26 2008
New Revision: 3329

URL: http://svn.slimdevices.com?rev=3329&root=Jive&view=rev
Log:
Bug 9966:
Description: 
- accessor getUserPath to expose the user path
- fixed debug statement

Modified:
    7.3/trunk/squeezeplay/src/squeezeplay/share/jive/AppletManager.lua

Modified: 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/AppletManager.lua
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay/share/jive/AppletManager.lua?rev=3329&root=Jive&r1=3328&r2=3329&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/AppletManager.lua 
(original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/AppletManager.lua Tue Nov 
11 14:22:26 2008
@@ -255,7 +255,7 @@
                        
                        for settingName, settingValue in 
pairs(globalDefaultSettings) do
                                --global defaults override applet default 
settings
-                               log:error("Setting global default", 
settingName, "=", settingValue)
+                               log:debug("Setting global default: ", 
settingName, "=", settingValue)
                                entry.settings[settingName] = settingValue
                        end
                end
@@ -734,6 +734,9 @@
        package.loaded[entry.appletModule] = nil
 end
 
+function getUserPath(self)
+    return _userpathdir
+end
 
 function _getDefaultSettings(appletName)
        return _defaultSettingsByAppletName[appletName]

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

Reply via email to