idlehomescreen/xmluirendering/uiengine/src/xnextrenderingpluginwrapper.cpp
branchRCL_3
changeset 102 ba63c83f4716
parent 83 5456b4e8b3a8
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
   222 // ----------------------------------------------------------------------------
   222 // ----------------------------------------------------------------------------
   223 //
   223 //
   224 void CXnExtRenderingPluginWrapper::HandleEventL( const TDesC& aEvent, const TDesC8& aDestination )
   224 void CXnExtRenderingPluginWrapper::HandleEventL( const TDesC& aEvent, const TDesC8& aDestination )
   225     {
   225     {
   226     
   226     
   227     CXnNode* node = iNode->Node().UiEngine()->FindNodeByIdL( aDestination );
   227     CXnNode* node = iNode->Node().UiEngine()->FindNodeByIdL( aDestination, iNode->Namespace() );
       
   228     
   228     CXnAppUiAdapter* appui = static_cast<CXnAppUiAdapter*>(iAvkonAppUi);
   229     CXnAppUiAdapter* appui = static_cast<CXnAppUiAdapter*>(iAvkonAppUi);
   229     if ( !appui || !node )
   230     if ( !appui || !node )
   230         {
   231         {
   231         User::Leave( KErrNotFound );
   232         User::Leave( KErrNotFound );
   232         }
   233         }