diff -r 9674c1a575e9 -r b8fae6b8a148 idlehomescreen/xmluirendering/uiengine/inc/xncontroladapterimpl.h --- a/idlehomescreen/xmluirendering/uiengine/inc/xncontroladapterimpl.h Mon Mar 15 12:39:47 2010 +0200 +++ b/idlehomescreen/xmluirendering/uiengine/inc/xncontroladapterimpl.h Wed Mar 31 21:17:19 2010 +0300 @@ -557,6 +557,8 @@ TBool iBlank; /** flag: to detect whether longtap occured */ TBool iLongtap; + /** record right softkey node of menubar when keydown event happened */ + mutable CXnNode* iKeyDownNode; }; #endif //__XNCONTROLADAPTERIMPL_H__