diff -r 6aeb7a756187 -r 3c88a81ff781 qstmgesturelib/recognisers/qstmreleasegesturerecogniser.cpp --- a/qstmgesturelib/recognisers/qstmreleasegesturerecogniser.cpp Thu Sep 23 15:32:11 2010 -0400 +++ b/qstmgesturelib/recognisers/qstmreleasegesturerecogniser.cpp Fri Oct 15 17:30:59 2010 -0400 @@ -76,9 +76,9 @@ produceGesture = (m_powner == puie->target()) ; // no area defined, touch detected in the window } if (produceGesture) { - //state = EGestureActive ; + state = EGestureActive ; // issue the release gesture using the GenericSimpleGesture - qstmGesture::QStm_GenericSimpleGesture pgest(KUid, puie->currentXY()); + qstmGesture::QStm_GenericSimpleGesture pgest(KUid, puie->currentXY(), puie->timestamp()); // Give the gesture a name pgest.setName(QString("Release")) ; pgest.setTarget(puie->target());