Author: bklaas
Date: Fri Sep 26 12:28:02 2008
New Revision: 2999

URL: http://svn.slimdevices.com?rev=2999&root=Jive&view=rev
Log:
Bug: 9576
Description: loadApplet() instead of callService() in SetupWelcomeMeta in an 
attempt to fix Factory Reset regression

Modified:
    
7.3/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SetupWelcome/SetupWelcomeMeta.lua

Modified: 
7.3/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SetupWelcome/SetupWelcomeMeta.lua
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SetupWelcome/SetupWelcomeMeta.lua?rev=2999&root=Jive&r1=2998&r2=2999&view=diff
==============================================================================
--- 
7.3/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SetupWelcome/SetupWelcomeMeta.lua
 (original)
+++ 
7.3/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SetupWelcome/SetupWelcomeMeta.lua
 Fri Sep 26 12:28:02 2008
@@ -46,7 +46,7 @@
 
 function configureApplet(meta)
        if not meta:getSettings().setupDone then
-               appletManager:callService("step1")
+               appletManager:loadApplet("SetupWelcome"):step1()
        end
 end
 

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

Reply via email to