diff -r fcdfafb36fe7 -r aecbbf00d063 uifw/AvKon/aknhlist/inc/akntreelistphysicshandler.h --- a/uifw/AvKon/aknhlist/inc/akntreelistphysicshandler.h Thu Aug 19 10:11:06 2010 +0300 +++ b/uifw/AvKon/aknhlist/inc/akntreelistphysicshandler.h Tue Aug 31 15:28:30 2010 +0300 @@ -263,11 +263,11 @@ TInt WorldHeight(); /** - * Returns wheter pointer is in empty list area. + * Returns wheter pointer click is in empty list area. * * @return ETrue if aPosition is in empty list area. */ - TBool PointerOnEmptyArea( TPoint aPosition ); + TBool EmptyAreaClicked( TPoint aPosition ); private: // data @@ -403,11 +403,10 @@ // bottom item in current view, fields count when Y is larger than // the last item's Y TInt iOldBottomItem; - /** - * ETrue if pointer down on empty list area. + * ETrue if empty list area is clicked. */ - TBool iDownOnEmptyArea; + TBool iEmptyAreaClicked; };