emailuis/uicomponents/src/fstreelist.cpp
changeset 2 5253a20d2a1e
parent 1 12c456ceeff2
child 3 a4d6f1ea0416
--- 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 @@
 // <cmail> Touch
 EXPORT_C void CFsTreeList::TreeVisualizerEventL(
         const TFsTreeVisualizerEvent aEvent,
-        const TFsTreeItemId aId ) const
+        const TFsTreeItemId aId,
+        const TPoint& aPoint ) const
 // </cmail>
     {
     FUNC_LOG;
@@ -1032,11 +1033,7 @@
 
     for ( TInt c = 0; c < iObservers.Count(); c++ )
         {
-        // <cmail> Touch
-        iObservers[c]->TreeListEventL(
-            listEvent,
-            aId);
-        // </cmail>
+        iObservers[c]->TreeListEventL( listEvent, aId, aPoint );
         }
     }