javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/uninstall/steps/StartProgressNotifications.java
branchRCL_3
changeset 24 6c158198356e
parent 17 0fd27995241b
equal deleted inserted replaced
23:e5618cc85d74 24:6c158198356e
    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;
    94         }
   103         }
    95 
       
    96         // Set SifNotifier for the listeners that should use it.
   104         // Set SifNotifier for the listeners that should use it.
    97         ball.iInstallationNotifier.setSifNotifier(ball.iSifNotifier);
   105         ball.iInstallationNotifier.setSifNotifier(ball.iSifNotifier);
    98     }
   106     }
    99 
   107 
   100     public void cancel(ExeBall aBall)
   108     public void cancel(ExeBall aBall)