homescreenapp/serviceproviders/hsmenuserviceprovider/src/hsmenuentryremovedhandler.cpp
changeset 71 1db7cc813a4e
parent 69 87476091b3f5
child 90 3ac3aaebaee5
--- a/homescreenapp/serviceproviders/hsmenuserviceprovider/src/hsmenuentryremovedhandler.cpp	Fri Jul 23 13:47:57 2010 +0300
+++ b/homescreenapp/serviceproviders/hsmenuserviceprovider/src/hsmenuentryremovedhandler.cpp	Fri Aug 06 13:36:36 2010 +0300
@@ -91,7 +91,7 @@
     Q_UNUSED(entryId); // CaNotifier should care about matching id, skip it here
     
     if (changeType == RemoveChangeType) {
+        mNotifier.reset(0);
         emit notify();
-        mNotifier.reset(0);
     }
 }