Author: adrian
Date: Sat Mar  6 04:19:51 2010
New Revision: 8634

URL: http://svn.slimdevices.com/jive?rev=8634&view=rev
Log:
Bug: N/A
Description: change order of window updates to avoid window transition when 
doing automatic update

Modified:
    
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SetupAppletInstaller/SetupAppletInstallerApplet.lua

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SetupAppletInstaller/SetupAppletInstallerApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SetupAppletInstaller/SetupAppletInstallerApplet.lua?rev=8634&r1=8633&r2=8634&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SetupAppletInstaller/SetupAppletInstallerApplet.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SetupAppletInstaller/SetupAppletInstallerApplet.lua
 Sat Mar  6 04:19:51 2010
@@ -214,9 +214,6 @@
 
        end
 
-       self:tieAndShowWindow(self.window)
-       self.popup:hide()
-
        -- if called from meta at restart then reinstall or quit
        if self.auto then
                if self.reinstall then
@@ -224,9 +221,12 @@
                        self.todownload = self.reinstall
                        self:action()
                end
-               self.window:hide()
+               self.popup:hide()
                return
        end
+
+       self:tieAndShowWindow(self.window)
+       self.popup:hide()
 
        if self.reinstall then
                self.menu:addItem({

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

Reply via email to