calendarui/controller/src/calenmultidbeditor.cpp
branchRCL_3
changeset 36 9c5b1510919f
parent 27 55d60436f00b
child 48 bf573002ff72
equal deleted inserted replaced
30:d68a4b5d5885 36:9c5b1510919f
   710     if((!iCalendarName->Size()) )
   710     if((!iCalendarName->Size()) )
   711         {
   711         {
   712         // If in editing mode, just save the name used before.
   712         // If in editing mode, just save the name used before.
   713         if( iEditFlag )
   713         if( iEditFlag )
   714             {
   714             {
   715             iCalendarName = iCalendarInfo.NameL().AllocLC();
   715 			iCalendarName->Des().Copy(iCalendarInfo.NameL());
   716             CleanupStack::Pop( iCalendarName );
       
   717             SetEdwinTextL( ECalenMultiDbName, iCalendarName );
   716             SetEdwinTextL( ECalenMultiDbName, iCalendarName );
   718             }
   717             }
   719         else
   718         else
   720             {
   719             {
   721             // else use the default name.
   720             // else use the default name.