photosgallery/slideshow/view/src/shwslideshowkeyhandler.cpp
branchRCL_3
changeset 14 ce1c7ad1f18b
parent 0 4e91876724a2
child 18 bcb43dc84c44
equal deleted inserted replaced
13:71da52165949 14:ce1c7ad1f18b
   169         }// end if
   169         }// end if
   170     // if its a system generated exit event
   170     // if its a system generated exit event
   171     // set the state 
   171     // set the state 
   172     else if (aType == EEventKey && aKeyEvent.iScanCode == EStdKeyNo)
   172     else if (aType == EEventKey && aKeyEvent.iScanCode == EStdKeyNo)
   173     	{
   173     	{
   174   
       
   175  //       iState = CShwSlideshowView::EShwExiting;
       
   176     	iUiUtility->SetExitingState(ETrue);
   174     	iUiUtility->SetExitingState(ETrue);
   177     	} // end if else
   175     	} // end if else
   178 
   176 
   179     return retVal; 
   177     return retVal; 
   180     }
   178     }