javamanager/javainstaller/installerui/javasrc/com/nokia/mj/impl/installer/ui/eswt/InstallDetailsView.java
branchRCL_3
changeset 17 0fd27995241b
parent 14 04becd199f91
child 23 e5618cc85d74
equal deleted inserted replaced
15:f9bb0fca356a 17:0fd27995241b
   256                 gridData.horizontalSpan = horizontalSpan;
   256                 gridData.horizontalSpan = horizontalSpan;
   257                 certLink.setLayoutData(gridData);
   257                 certLink.setLayoutData(gridData);
   258                 addSoftKeyListenerFor(certLink);
   258                 addSoftKeyListenerFor(certLink);
   259             }
   259             }
   260         }
   260         }
   261         /*
       
   262         // Uncomment this to enable "application not certified"
       
   263         // warning in installation details view.
       
   264         else
   261         else
   265         {
   262         {
   266             // Add not certified application link.
   263             // Add not certified application link.
   267             Link certLink = new Link(getComposite(), SWT.NONE);
   264             Link certLink = new Link(getComposite(), SWT.NONE);
   268             certLink.setText("<a>" +
   265             certLink.setText("<a>" +
   279             gridData = new GridData(GridData.FILL_HORIZONTAL);
   276             gridData = new GridData(GridData.FILL_HORIZONTAL);
   280             gridData.horizontalSpan = horizontalSpan;
   277             gridData.horizontalSpan = horizontalSpan;
   281             certLink.setLayoutData(gridData);
   278             certLink.setLayoutData(gridData);
   282             addSoftKeyListenerFor(certLink);
   279             addSoftKeyListenerFor(certLink);
   283         }
   280         }
   284         */
       
   285     }
   281     }
   286 
   282 
   287     /**
   283     /**
   288      * This method is called after user has answered
   284      * This method is called after user has answered
   289      * to confirmation.
   285      * to confirmation.