diff -r 2dac0fdba72b -r 191387a8b767 photosgallery/slideshow/engine/controlsrc/shweffectcontrol.cpp --- a/photosgallery/slideshow/engine/controlsrc/shweffectcontrol.cpp Wed Apr 14 15:57:24 2010 +0300 +++ b/photosgallery/slideshow/engine/controlsrc/shweffectcontrol.cpp Tue Apr 27 16:37:53 2010 +0300 @@ -585,9 +585,9 @@ SendEventL( &readyToView ); // need to start timer to send the transition ready - iTransitionTimer->Start( - duration, duration, - TShwCallBack< CShwEffectControl, SendTransitionReadyL >( this ) ); + iTransitionTimer->Start(duration, duration, TShwCallBack< + CShwEffectControl, &CShwEffectControl::SendTransitionReadyL> ( + this)); } // -----------------------------------------------------------------------------