diff -r 420f6808bf21 -r f9e827349359 photosgallery/slideshow/view/src/shwslideshowview.cpp --- a/photosgallery/slideshow/view/src/shwslideshowview.cpp Wed Jun 09 09:41:51 2010 +0300 +++ b/photosgallery/slideshow/view/src/shwslideshowview.cpp Mon Jun 21 15:40:32 2010 +0300 @@ -506,7 +506,7 @@ iUiUtility->Display()->SetVisibleArea(TRect(TPoint(0,0),AlfUtil::ScreenSize())); // We will require to act on events ONLY when the view is active. // So listen to them only when the view is active. - iShwGestureControl->AddObserver(this); + iShwGestureControl->AddObserverL(this); } // -----------------------------------------------------------------------------