photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxcommandhandlersend.cpp
branchRCL_3
changeset 24 ea65f74e6de4
parent 23 b023a8d2866a
equal deleted inserted replaced
23:b023a8d2866a 24:ea65f74e6de4
   136 	{
   136 	{
   137     GLX_FUNC("CGlxCommandHandlerSend::DoExecuteL");
   137     GLX_FUNC("CGlxCommandHandlerSend::DoExecuteL");
   138 	
   138 	
   139     if (aCommandId == EGlxCmdSend)
   139     if (aCommandId == EGlxCmdSend)
   140         {
   140         {
       
   141         iAvkonAppUi->ProcessCommandL(EGlxCmdDialogLaunched);
   141         SendSelectedItemsL();
   142         SendSelectedItemsL();
   142         return ETrue;
   143         return ETrue;
   143         }
   144         }
   144     return EFalse;
   145     return EFalse;
   145 	}
   146 	}
   362 		GLX_LOG_INFO1("error sending the image %d",error);
   363 		GLX_LOG_INFO1("error sending the image %d",error);
   363 		}
   364 		}
   364 	CleanupStack::PopAndDestroy(filterOutPlugins);
   365 	CleanupStack::PopAndDestroy(filterOutPlugins);
   365 	CleanupStack::PopAndDestroy(title);
   366 	CleanupStack::PopAndDestroy(title);
   366 	CleanupStack::PopAndDestroy(msgData);
   367 	CleanupStack::PopAndDestroy(msgData);
       
   368 	iAvkonAppUi->ProcessCommandL(EGlxCmdDialogDismissed);
   367 	}
   369 	}
   368 	
   370 	
   369 
   371 
   370 
   372 
   371 
   373