diff -r 04aa446da81c -r e4d7a31227b8 fmradio/fmradio/src/fmradiofrequencyquerycontrol.cpp --- a/fmradio/fmradio/src/fmradiofrequencyquerycontrol.cpp Mon Jun 21 15:40:50 2010 +0300 +++ b/fmradio/fmradio/src/fmradiofrequencyquerycontrol.cpp Thu Jul 15 18:39:19 2010 +0300 @@ -351,6 +351,8 @@ iLongPressAccelerationTimer->Cancel(); iLongPressAccelerationTimer->Start(KFMRadioButtonRepeatAccelerationDelay, 0, TCallBack(LongPressAccelerateCallBack, this)); + + iLongPressTimer->Cancel(); iLongPressTimer->Start(KFMRadioButtonRepeatDelayMicroseconds, KFMRadioButtonRepeatDelayMicroseconds, TCallBack(LongPressTimerCallBack, this));