From: Heli Hyvättinen Date: Tue, 26 Jul 2011 13:05:09 +0000 (+0300) Subject: Added aboutboxitem and vivtoryscreenitem to set items to NULL function X-Git-Tag: v0.3.0_fremantle~12 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=5666234c4bc342c067a98aa5138475ab75e2bf06;p=ghostsoverboard Added aboutboxitem and vivtoryscreenitem to set items to NULL function --- diff --git a/seascene.cpp b/seascene.cpp index a00b2c0..96215f0 100644 --- a/seascene.cpp +++ b/seascene.cpp @@ -697,4 +697,6 @@ void SeaScene::setItemPointersNull() pMinimizeItem_ = NULL; pAboutBoxItem_ = NULL; + pVictoryCongratulationsItem_ = NULL; + }