7190194 [A11Y]GUI installer hung on last screen w/accessibility installation and networking disabled
authorJohn Fischer <john.fischer@oracle.com>
Thu, 23 Aug 2012 11:38:47 -0700
changeset 1768 b1640ab6e595
parent 1767 b3b03b4b6c9f
child 1769 36ef49b30618
7190194 [A11Y]GUI installer hung on last screen w/accessibility installation and networking disabled
usr/src/cmd/gui-install/src/progress_screen.py
--- a/usr/src/cmd/gui-install/src/progress_screen.py	Thu Aug 23 12:38:45 2012 -0600
+++ b/usr/src/cmd/gui-install/src/progress_screen.py	Thu Aug 23 11:38:47 2012 -0700
@@ -382,7 +382,9 @@
                     DEFAULT_ZPOOL_NAME, install_mountpoint)
 
             self.logger.info("INSTALL FINISHED SUCCESSFULLY!")
-            self.set_progress_fraction(1.0)
+            self.update_screen = True
+            self.fraction = 1.0
+            self.message = _("Finished")
             self.success = True
             self.install_complete = True