javamanager/javainstaller/installerui/javasrc/com/nokia/mj/impl/installer/ui/eswt2/InstallConfirmationView.java
changeset 79 2f468c1958d0
parent 48 e0d6e9bd3ca7
--- a/javamanager/javainstaller/installerui/javasrc/com/nokia/mj/impl/installer/ui/eswt2/InstallConfirmationView.java	Fri Sep 17 08:28:21 2010 +0300
+++ b/javamanager/javainstaller/installerui/javasrc/com/nokia/mj/impl/installer/ui/eswt2/InstallConfirmationView.java	Mon Oct 04 00:10:53 2010 +0300
@@ -162,7 +162,7 @@
 
         // After other widgets have been added, add content to
         // application info Composite.
-        addAppInfo(iInstallInfo, true);
+        addAppInfo(iInstallInfo, true, true);
     }
 
     /**
@@ -241,10 +241,6 @@
         case InstallInfo.DRIVE_TYPE_UNKNOWN:
             switch (prefix)
             {
-            case 0:
-                textId = InstallerUiTexts.DRIVE_TYPE_UNKNOWN;
-                textParams = new String[] { driveLetter };
-                break;
             case 1:
                 textId = InstallerUiTexts.DRIVE_TYPE_UNKNOWN_KB;
                 break;
@@ -259,10 +255,6 @@
         case InstallInfo.DRIVE_TYPE_PHONE_MEMORY:
             switch (prefix)
             {
-            case 0:
-                textId = InstallerUiTexts.DRIVE_TYPE_PHONE_MEMORY;
-                textParams = new String[] { driveLetter };
-                break;
             case 1:
                 textId = InstallerUiTexts.DRIVE_TYPE_PHONE_MEMORY_KB;
                 break;
@@ -277,10 +269,6 @@
         case InstallInfo.DRIVE_TYPE_MEMORY_CARD:
             switch (prefix)
             {
-            case 0:
-                textId = InstallerUiTexts.DRIVE_TYPE_MEMORY_CARD;
-                textParams = new String[] { driveLetter };
-                break;
             case 1:
                 textId = InstallerUiTexts.DRIVE_TYPE_MEMORY_CARD_KB;
                 break;
@@ -295,10 +283,6 @@
         case InstallInfo.DRIVE_TYPE_INTERNAL_MASS_STORAGE:
             switch (prefix)
             {
-            case 0:
-                textId = InstallerUiTexts.DRIVE_TYPE_INTERNAL_MASS_STORAGE;
-                textParams = new String[] { driveLetter };
-                break;
             case 1:
                 textId = InstallerUiTexts.DRIVE_TYPE_INTERNAL_MASS_STORAGE_KB;
                 break;