calendarui/controller/src/calencmdlinelauncher.cpp
branchRCL_3
changeset 14 21239b3bcd78
parent 13 1984aceb8774
child 16 55d60436f00b
equal deleted inserted replaced
13:1984aceb8774 14:21239b3bcd78
   506 			    PIM_TRAPD_HANDLE( AppUi().ProcessCommandL(EAknSoftkeyExit) );	
   506 			    PIM_TRAPD_HANDLE( AppUi().ProcessCommandL(EAknSoftkeyExit) );	
   507 			    iIsExitOnDlgClose = EFalse;
   507 			    iIsExitOnDlgClose = EFalse;
   508 			    }
   508 			    }
   509 			}
   509 			}
   510 		}
   510 		}
       
   511 	else if(iIsExitOnDlgClose && (aNotification == ECalenNotifyDialogClosed) )
       
   512 	    {
       
   513             //dont do any thing
       
   514             //This scenario hits, when the application launched from device search application,
       
   515             //User issued a "Cancel" command while adding attachment. 
       
   516 	    }
   511     else if(aNotification == ECalenNotifyEntryClosed)
   517     else if(aNotification == ECalenNotifyEntryClosed)
   512     	{
   518     	{
   513         // Exit when Escape pressed in Eventview
   519         // Exit when Escape pressed in Eventview
   514     	if(iIsExitOnDlgClose)
   520     	if(iIsExitOnDlgClose)
   515             {
   521             {