photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxcommandhandlerback.cpp
branchRCL_3
changeset 12 ce1c7ad1f18b
parent 11 71da52165949
child 13 bcb43dc84c44
equal deleted inserted replaced
11:71da52165949 12:ce1c7ad1f18b
   147     TRACER("CGlxCommandHandlerBack::ExecuteL");
   147     TRACER("CGlxCommandHandlerBack::ExecuteL");
   148 	TBool consume(EFalse);
   148 	TBool consume(EFalse);
   149 
   149 
   150 	GLX_LOG_INFO1( "CGlxCommandHandlerBack::ExecuteL::Command Id (%d)",
   150 	GLX_LOG_INFO1( "CGlxCommandHandlerBack::ExecuteL::Command Id (%d)",
   151 	    aCommandId );
   151 	    aCommandId );
   152 	    
   152 	if(EAknSoftkeyClose == aCommandId)
   153 	if ( aCommandId == EAknSoftkeyBack )
   153 		{
       
   154         GLX_LOG_INFO("CGlxCommandHandlerBack::ExecuteL::goto \
       
   155 	                    root in UI hierarchy");
       
   156         iNavigationalState->NavigateToParentL();
       
   157 		consume = ETrue;
       
   158 		}   
       
   159 	else if ( aCommandId == EAknSoftkeyBack )
   154     	{
   160     	{
   155     	switch( iCurrentCommandId )
   161     	switch( iCurrentCommandId )
   156     		{
   162     		{
   157     		case EGlxCmdBack:
   163     		case EGlxCmdBack:
   158     			{
   164     			{