photosgallery/slideshow/view/src/shwslideshowview.cpp
branchRCL_3
changeset 47 f9e827349359
parent 35 420f6808bf21
child 57 ea65f74e6de4
--- 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);    
     }
 
 // -----------------------------------------------------------------------------