diff -r b01126ce0bec -r ba63c83f4716 idlehomescreen/xmluirendering/uiengine/src/xnextrenderingpluginwrapper.cpp --- a/idlehomescreen/xmluirendering/uiengine/src/xnextrenderingpluginwrapper.cpp Wed Sep 15 12:00:00 2010 +0300 +++ b/idlehomescreen/xmluirendering/uiengine/src/xnextrenderingpluginwrapper.cpp Wed Oct 13 14:18:30 2010 +0300 @@ -224,7 +224,8 @@ void CXnExtRenderingPluginWrapper::HandleEventL( const TDesC& aEvent, const TDesC8& aDestination ) { - CXnNode* node = iNode->Node().UiEngine()->FindNodeByIdL( aDestination ); + CXnNode* node = iNode->Node().UiEngine()->FindNodeByIdL( aDestination, iNode->Namespace() ); + CXnAppUiAdapter* appui = static_cast(iAvkonAppUi); if ( !appui || !node ) {