homescreenapp/serviceproviders/hsmenuserviceprovider/src/hsmenuitemmodel.cpp
changeset 98 e6f74eb7f69f
parent 97 66b5fe3c07fd
--- a/homescreenapp/serviceproviders/hsmenuserviceprovider/src/hsmenuitemmodel.cpp	Wed Oct 06 16:06:24 2010 +0300
+++ b/homescreenapp/serviceproviders/hsmenuserviceprovider/src/hsmenuitemmodel.cpp	Mon Oct 18 10:20:15 2010 +0300
@@ -49,6 +49,9 @@
         CaSoftwareRegistry::create()->createUninstallNotifier();
     connect(mUninstallNotifier, SIGNAL(progressChange(int, int)),
             this, SLOT(uninstallChange(int, int)));
+    QVariantMap lastProgressNote = mUninstallNotifier->getLastNotification();
+    uninstallChange(lastProgressNote.value(uninstallNotifierComponentIdKey).toInt(),
+    		lastProgressNote.value(uninstallNotifierValueOfProgressKey).toInt());
 }
 
 /*!