javamanager/javainstaller/installerui/javasrc/com/nokia/mj/impl/installer/ui/eswt2/PermissionConfirmationView.java
changeset 72 1f0034e370aa
parent 49 35baca0e7a2e
child 87 1627c337e51e
equal deleted inserted replaced
67:63b81d807542 72:1f0034e370aa
   225         iCancelButton.setLayoutData(gridData);
   225         iCancelButton.setLayoutData(gridData);
   226         addSoftKeyListenerFor(iCancelButton);
   226         addSoftKeyListenerFor(iCancelButton);
   227 
   227 
   228         // After other widgets have been added, add content to
   228         // After other widgets have been added, add content to
   229         // application info Composite.
   229         // application info Composite.
   230         addAppInfo(iInstallInfo, false);
   230         addAppInfo(iInstallInfo, false, false);
   231     }
   231     }
   232 
   232 
   233     /**
   233     /**
   234      * This method is called after user has answered
   234      * This method is called after user has answered
   235      * to confirmation.
   235      * to confirmation.