calendarengines/calenlauncher/src/CalenLauncherImpl.cpp
branchRCL_3
changeset 48 bf573002ff72
parent 0 f979ecb2b13e
child 67 1539a383d7b6
equal deleted inserted replaced
36:9c5b1510919f 48:bf573002ff72
   446     // If Calendar is running we can just send a message with the parameters
   446     // If Calendar is running we can just send a message with the parameters
   447     if (calenTask.Exists())
   447     if (calenTask.Exists())
   448         {
   448         {
   449         const TUid dummyUID = { 0x0 };
   449         const TUid dummyUID = { 0x0 };
   450         calenTask.SendMessage(dummyUID, *iLaunchParams);
   450         calenTask.SendMessage(dummyUID, *iLaunchParams);
   451         calenTask.BringToForeground();
   451         //calenTask.BringToForeground();
   452         }
   452         }
   453 
   453 
   454     // If Calendar is not running we launch from the command line
   454     // If Calendar is not running we launch from the command line
   455     else
   455     else
   456         {
   456         {