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