homescreenapp/hsdomainmodel/src/hsgui.cpp
changeset 81 7dd137878ff8
parent 71 1db7cc813a4e
child 86 e4f038c420f7
--- a/homescreenapp/hsdomainmodel/src/hsgui.cpp	Fri Aug 13 14:38:12 2010 +0300
+++ b/homescreenapp/hsdomainmodel/src/hsgui.cpp	Wed Aug 18 10:33:57 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;
     }
     
 }