javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/uninstall/steps/StartProgressNotifications.java
changeset 87 1627c337e51e
parent 35 85266cc22c7f
equal deleted inserted replaced
80:d6dafc5d983f 87:1627c337e51e
    88                 appNames, appIcons, ball.iSuite.calculateInitialSize(),
    88                 appNames, appIcons, ball.iSuite.calculateInitialSize(),
    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.log("StartProgressNotifications: SifNotifier.notifyStart failed", t);
    94             try
    94             try
    95             {
    95             {
    96                 ball.iSifNotifier.destroy();
    96                 ball.iSifNotifier.destroy();
    97             }
    97             }
    98             catch (Throwable t2)
    98             catch (Throwable t2)