javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/install/steps/StartProgressNotifications.java
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
--- a/javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/install/steps/StartProgressNotifications.java	Wed Sep 15 12:05:25 2010 +0300
+++ b/javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/install/steps/StartProgressNotifications.java	Wed Oct 13 14:23:59 2010 +0300
@@ -36,12 +36,6 @@
         InstallBall ball = (InstallBall)aBall;
         Log.log("Starting progress notifications...");
 
-        if (ball.iPreinstallation)
-        {
-            Log.log("SifNotifier disabled during preinstallation.");
-            return;
-        }
-
         if (!SifNotifier.enabled())
         {
             Log.log("SifNotifier disabled.");
@@ -105,17 +99,9 @@
         }
         catch (Throwable t)
         {
-            Log.log("StartProgressNotifications: SifNotifier.notifyStart failed", t);
-            try
-            {
-                ball.iSifNotifier.destroy();
-            }
-            catch (Throwable t2)
-            {
-                Log.logError("StartProgressNotifications: SifNotifier.destroy failed", t2);
-            }
-            ball.iSifNotifier = null;
+            Log.logError("StartProgressNotifications: SifNotifier.notifyStart failed", t);
         }
+
         // Set SifNotifier for the listeners that should use it.
         ball.iInstallationNotifier.setSifNotifier(ball.iSifNotifier);
     }