Author: fmueller
Date: Wed Apr 14 09:58:38 2010
New Revision: 8700

URL: http://svn.slimdevices.com/jive?rev=8700&view=rev
Log:
Bug: 15960 
Description: Fix app install when returning to App Gallery 

Modified:
    
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua?rev=8700&r1=8699&r2=8700&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua
 Wed Apr 14 09:58:38 2010
@@ -1995,6 +1995,13 @@
                                        _refreshMe(setSelectedIndex)
                                -- if we have a nextWindow but none of those 
reserved words above, hide back to that named window
                                elseif nextWindow then
+                                       -- Bug 15960 - Fix app install when 
returning to App Gallery
+                                       -- 'from' and 'qty' need to be defined 
(i.e. not nil) else the returned list
+                                       --  does _not_ contain the just added 
app when returning to the App Gallery window.
+                                       -- If that patch causes issues in other 
cases another solution would be to
+                                       --  return to the Home Menu instead of 
returning to the App Gallery.
+                                       from, qty = 0, 200
+
                                        _hideToX(nextWindow, setSelectedIndex)
                                elseif itemType == "slideshow" or (item and 
item["slideshow"]) then
                                        from, qty = 0, 200

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

Reply via email to