equal
deleted
inserted
replaced
302 { |
302 { |
303 // Single click integration |
303 // Single click integration |
304 if( MarkedCount() ) |
304 if( MarkedCount() ) |
305 { |
305 { |
306 // display the context sensitive menu |
306 // display the context sensitive menu |
307 /*CEikMenuBar* menuBar = iView->MenuBar(); |
307 CEikMenuBar* menuBar = iView->MenuBar(); |
308 menuBar->SetContextMenuTitleResourceId( |
308 menuBar->SetContextMenuTitleResourceId( |
309 R_TODO_LIST_SELECTION_CONTEXT_MENUBAR ); |
309 R_TODO_LIST_SELECTION_CONTEXT_MENUBAR ); |
310 menuBar->TryDisplayContextMenuBarL();*/ |
310 menuBar->TryDisplayContextMenuBarL(); |
311 } |
311 } |
312 else |
312 else |
313 { |
313 { |
314 static_cast<CCalenTodoView*>( iView )->HandleCommandL( |
314 static_cast<CCalenTodoView*>( iView )->HandleCommandL( |
315 ECalenViewCurrentEntry ); |
315 ECalenViewCurrentEntry ); |