diff -r 79311d856354 -r 7be2816dbabd idlehomescreen/xmluirendering/uiengine/src/xnrootdata.cpp --- a/idlehomescreen/xmluirendering/uiengine/src/xnrootdata.cpp Tue Apr 27 16:26:12 2010 +0300 +++ b/idlehomescreen/xmluirendering/uiengine/src/xnrootdata.cpp Tue May 11 16:02:39 2010 +0300 @@ -15,7 +15,11 @@ * */ +// System includes + + // User includes +#include #include "xnviewmanager.h" #include "xnviewdata.h" @@ -215,7 +219,7 @@ } else if ( err == KErrNoMemory ) { - ShowOutOfMemError(); + TRAP_IGNORE( iManager.ShowErrorL( R_QTN_HS_HS_MEMORY_FULL ) ); } // Configuration loading failed totally @@ -535,7 +539,8 @@ { if ( toLoad->Load() == KErrNoMemory ) { - self->ShowOutOfMemError(); + TRAP_IGNORE( + self->iManager.ShowErrorL( R_QTN_HS_HS_MEMORY_FULL ) ); } }