diff -r 12c456ceeff2 -r 5253a20d2a1e emailuis/uicomponents/src/fstreelist.cpp --- a/emailuis/uicomponents/src/fstreelist.cpp Thu Jan 07 12:38:38 2010 +0200 +++ b/emailuis/uicomponents/src/fstreelist.cpp Mon Jan 18 20:08:26 2010 +0200 @@ -933,7 +933,8 @@ // Touch EXPORT_C void CFsTreeList::TreeVisualizerEventL( const TFsTreeVisualizerEvent aEvent, - const TFsTreeItemId aId ) const + const TFsTreeItemId aId, + const TPoint& aPoint ) const // { FUNC_LOG; @@ -1032,11 +1033,7 @@ for ( TInt c = 0; c < iObservers.Count(); c++ ) { - // Touch - iObservers[c]->TreeListEventL( - listEvent, - aId); - // + iObservers[c]->TreeListEventL( listEvent, aId, aPoint ); } }