diff -r b01126ce0bec -r ba63c83f4716 idlehomescreen/xmluirendering/renderingplugins/xntexteditorfactory/src/xntexteditor.cpp --- a/idlehomescreen/xmluirendering/renderingplugins/xntexteditorfactory/src/xntexteditor.cpp Wed Sep 15 12:00:00 2010 +0300 +++ b/idlehomescreen/xmluirendering/renderingplugins/xntexteditorfactory/src/xntexteditor.cpp Wed Oct 13 14:18:30 2010 +0300 @@ -87,6 +87,16 @@ } // --------------------------------------------------------- +// CXnTextEditor::HandleEditorEvent +// --------------------------------------------------------- +// +void CXnTextEditor::HandleEditorEvent( TInt aReason ) + { + static_cast(ControlAdapter())-> + HandleEditorEvent( aReason ); + } + +// --------------------------------------------------------- // --------------------------------------------------------- XnComponentInterface::MXnComponentInterface* CXnTextEditor::MakeInterfaceL(const TDesC8& aType) {