calendarui/editors/src/calenunifiededitor.cpp
branchRCL_3
changeset 48 bf573002ff72
parent 36 9c5b1510919f
child 59 aba12c885d83
--- a/calendarui/editors/src/calenunifiededitor.cpp	Wed Jun 09 09:40:23 2010 +0300
+++ b/calendarui/editors/src/calenunifiededitor.cpp	Mon Jun 21 15:38:59 2010 +0300
@@ -1287,7 +1287,7 @@
             
             aMenuPane->AddMenuItemsL( R_CALEN_UNIFIED_EDITOR_DEFAULT_MENUPANE );
 
-            if(  !CCalenLocationUtil::IsMapProviderAvailableL() )   
+            if( (iEntryType == CCalEntry::ETodo) || !(CCalenLocationUtil::IsMapProviderAvailableL()) )   
                 {
                 aMenuPane->DeleteMenuItem( ECalenGetLocation );
                 }