javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/InstallationNotifier.java
changeset 35 85266cc22c7f
parent 23 98ccebc37403
child 47 f40128debb5d
child 49 35baca0e7a2e
equal deleted inserted replaced
26:dc7c549001d5 35:85266cc22c7f
   276                         "InstallationNotifier: InstallerUi.updateProgress threw exception", t);
   276                         "InstallationNotifier: InstallerUi.updateProgress threw exception", t);
   277                 }
   277                 }
   278             }
   278             }
   279             if (iSifNotifier != null)
   279             if (iSifNotifier != null)
   280             {
   280             {
   281                 Log.log("InstallationNotifier.set: update SifNotifier to " +
       
   282                         currentPercentage);
       
   283                 try
   281                 try
   284                 {
   282                 {
   285                     iSifNotifier.notifyProgress(
   283                     iSifNotifier.notifyProgress(
   286                         iSifNotifier.SUB_OP_NO, currentPercentage, 100);
   284                         iSifNotifier.SUB_OP_NO, currentPercentage, 100);
   287                 }
   285                 }