javamanager/javainstaller/installerui/javasrc/com/nokia/mj/impl/installer/ui/eswt2/ConfirmationViewBase.java
branchRCL_3
changeset 25 9ac0a0a7da70
parent 24 0fd27995241b
child 48 e0d6e9bd3ca7
--- a/javamanager/javainstaller/installerui/javasrc/com/nokia/mj/impl/installer/ui/eswt2/ConfirmationViewBase.java	Tue May 11 16:07:20 2010 +0300
+++ b/javamanager/javainstaller/installerui/javasrc/com/nokia/mj/impl/installer/ui/eswt2/ConfirmationViewBase.java	Tue May 25 12:34:19 2010 +0300
@@ -90,8 +90,7 @@
             return false;
         }
         // Open the dialog from the UI thread.
-        getComposite().getDisplay().syncExec
-        (new Runnable()
+        getComposite().getDisplay().syncExec(new Runnable()
         {
             public void run()
             {
@@ -102,6 +101,7 @@
                     setDefaultCommand();
                 }
                 setVisible(true);
+                iInstallerUi.unhide();
             }
         });
         // The UI thread must not be blocked. Let's wait for the answer
@@ -123,8 +123,7 @@
             return false;
         }
         // Hide the dialog.
-        getComposite().getDisplay().syncExec
-        (new Runnable()
+        getComposite().getDisplay().syncExec(new Runnable()
         {
             public void run()
             {