homescreenapp/hsdomainmodel/src/hsgui.cpp
changeset 85 35368b604b28
parent 77 4b195f3bea29
child 92 6727c5d0afc7
--- a/homescreenapp/hsdomainmodel/src/hsgui.cpp	Wed Aug 18 09:40:07 2010 +0300
+++ b/homescreenapp/hsdomainmodel/src/hsgui.cpp	Thu Sep 02 20:17:27 2010 +0300
@@ -127,6 +127,9 @@
         
         delete mImpl->mPageCrawlingAnimation;
         mImpl->mPageCrawlingAnimation = 0;
+        // This gets deleted when mImpl->mIdleView is deleted
+        // so just nullify.
+        mImpl->mIdleWidget = 0;
     }
     
 }