javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/uninstall/steps/StartProgressNotifications.java
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    89                 iconDir, componentIcon);
    89                 iconDir, componentIcon);
    90         }
    90         }
    91         catch (Throwable t)
    91         catch (Throwable t)
    92         {
    92         {
    93             Log.logError("StartProgressNotifications: SifNotifier.notifyStart failed", t);
    93             Log.logError("StartProgressNotifications: SifNotifier.notifyStart failed", t);
    94             try
       
    95             {
       
    96                 ball.iSifNotifier.destroy();
       
    97             }
       
    98             catch (Throwable t2)
       
    99             {
       
   100                 Log.logError("StartProgressNotifications: SifNotifier.destroy failed", t2);
       
   101             }
       
   102             ball.iSifNotifier = null;
       
   103         }
    94         }
       
    95 
   104         // Set SifNotifier for the listeners that should use it.
    96         // Set SifNotifier for the listeners that should use it.
   105         ball.iInstallationNotifier.setSifNotifier(ball.iSifNotifier);
    97         ball.iInstallationNotifier.setSifNotifier(ball.iSifNotifier);
   106     }
    98     }
   107 
    99 
   108     public void cancel(ExeBall aBall)
   100     public void cancel(ExeBall aBall)