javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/install/steps/CopyAppFiles.java
branchRCL_3
changeset 24 0fd27995241b
parent 19 04becd199f91
equal deleted inserted replaced
20:f9bb0fca356a 24:0fd27995241b
   220         String iconDir = null;
   220         String iconDir = null;
   221         boolean result = true;
   221         boolean result = true;
   222         for (int i = 0; i < apps.size(); i++)
   222         for (int i = 0; i < apps.size(); i++)
   223         {
   223         {
   224             appInfo = (ApplicationInfo)apps.elementAt(i);
   224             appInfo = (ApplicationInfo)apps.elementAt(i);
       
   225             if (appInfo.getUseDefaultIcon())
       
   226             {
       
   227                 continue;
       
   228             }
   225             iconFilename = aBall.iSuite.getRegisteredIconPath(i);
   229             iconFilename = aBall.iSuite.getRegisteredIconPath(i);
   226             iconDir = FileUtils.getParent(iconFilename);
   230             iconDir = FileUtils.getParent(iconFilename);
   227             if (!FileUtils.exists(iconDir))
   231             if (!FileUtils.exists(iconDir))
   228             {
   232             {
   229                 // Ensure that icon directory exists.
   233                 // Ensure that icon directory exists.