photosgallery/viewframework/views/cloudview/src/glxbubbletimer.cpp
branchRCL_3
changeset 32 78ad99c24f08
parent 18 bcb43dc84c44
--- a/photosgallery/viewframework/views/cloudview/src/glxbubbletimer.cpp	Tue May 11 16:13:40 2010 +0300
+++ b/photosgallery/viewframework/views/cloudview/src/glxbubbletimer.cpp	Tue May 25 12:42:31 2010 +0300
@@ -103,7 +103,7 @@
 void CGlxBubbleTimer::RunL()
 	{
 	TRACER("GLX_CLOUD::CGlxBubbleTimer::RunL");
-	iNotifier->TimerComplete (); //notify that timer is over
+	iNotifier->TimerCompleteL(); //notify that timer is over
 	}
 
 // ---------------------------------------------------------------------------