photosgallery/slideshow/engine/controlsrc/shwtimercontrol.cpp
branchRCL_3
changeset 13 bcb43dc84c44
parent 0 4e91876724a2
child 15 191387a8b767
--- a/photosgallery/slideshow/engine/controlsrc/shwtimercontrol.cpp	Mon Mar 15 12:40:30 2010 +0200
+++ b/photosgallery/slideshow/engine/controlsrc/shwtimercontrol.cpp	Wed Mar 31 21:31:03 2010 +0300
@@ -122,10 +122,9 @@
 		// resume the timer
 		iTimer->Resume();
 		}
-	// was it next or previous image?
 	else if ( dynamic_cast< TShwEventNextImage* >( aEvent ) || 
 			  dynamic_cast< TShwEventPreviousImage* >( aEvent ) )
-	    {
+	    { // it was next or previous image
 	    GLX_LOG_INFO( "CShwTimerControl::NotifyL - TShwEventNext/PreviousImage" );
         // cancel the timer as we have moved to another image
         iTimer->Cancel();