javamanager/javainstaller/installerui/javasrc/com/nokia/mj/impl/installer/ui/eswt/PermissionDetailsView.java
changeset 23 98ccebc37403
parent 21 2a9601315dfc
equal deleted inserted replaced
21:2a9601315dfc 23:98ccebc37403
    75                 Label permLabel = createLabel(
    75                 Label permLabel = createLabel(
    76                                       permNames[i], horizontalSpan, labelStyle);
    76                                       permNames[i], horizontalSpan, labelStyle);
    77             }
    77             }
    78         }
    78         }
    79 
    79 
    80         /*
       
    81         // Add permissions details message.
    80         // Add permissions details message.
    82         if (iPermissionInfo.getPermissionsDetails() != null)
    81         if (iPermissionInfo.getPermissionsDetails() != null)
    83         {
    82         {
    84             Label emptyLabel = createLabel("", horizontalSpan, labelStyle);
    83             Label emptyLabel = createLabel("", horizontalSpan, labelStyle);
    85             Label permissionDetailsLabel = createLabel(
    84             Label permissionDetailsLabel = createLabel(
    86                 iPermissionInfo.getPermissionsDetails(),
    85                 iPermissionInfo.getPermissionsDetails(),
    87                 horizontalSpan, labelStyle);
    86                 horizontalSpan, labelStyle);
    88         }
    87         }
    89         */
       
    90     }
    88     }
    91 
    89 
    92     /**
    90     /**
    93      * This method is called after user has answered
    91      * This method is called after user has answered
    94      * to confirmation.
    92      * to confirmation.