diff -r 6aeb7a756187 -r 3c88a81ff781 qstmgesturelib/recognisers/qstmedgescrollgesturerecogniser.cpp --- a/qstmgesturelib/recognisers/qstmedgescrollgesturerecogniser.cpp Thu Sep 23 15:32:11 2010 -0400 +++ b/qstmgesturelib/recognisers/qstmedgescrollgesturerecogniser.cpp Fri Oct 15 17:30:59 2010 -0400 @@ -91,7 +91,7 @@ else if (p.x() > m_area.x() + m_area.width() - m_rangesizeInPixels) scrolltype = EEdgeScrollRight ; // if X is big enough, it is always right // issue the edge scroll gesture - qstmGesture::QStm_GenericSimpleGesture pgest(KUid, p, scrolltype, puie) ; + qstmGesture::QStm_GenericSimpleGesture pgest(KUid, p, puie->timestamp(), scrolltype, puie) ; pgest.setTarget(puie->target()); // Call the listener to inform that a Tap has occurred... m_listener->gestureEnter(pgest) ;