equal
deleted
inserted
replaced
1285 } |
1285 } |
1286 } |
1286 } |
1287 |
1287 |
1288 aMenuPane->AddMenuItemsL( R_CALEN_UNIFIED_EDITOR_DEFAULT_MENUPANE ); |
1288 aMenuPane->AddMenuItemsL( R_CALEN_UNIFIED_EDITOR_DEFAULT_MENUPANE ); |
1289 |
1289 |
1290 if( !CCalenLocationUtil::IsMapProviderAvailableL() ) |
1290 if( (iEntryType == CCalEntry::ETodo) || !(CCalenLocationUtil::IsMapProviderAvailableL()) ) |
1291 { |
1291 { |
1292 aMenuPane->DeleteMenuItem( ECalenGetLocation ); |
1292 aMenuPane->DeleteMenuItem( ECalenGetLocation ); |
1293 } |
1293 } |
1294 |
1294 |
1295 if( IsCreatingNewEntry() ) |
1295 if( IsCreatingNewEntry() ) |