equal
deleted
inserted
replaced
1430 iContainer->ActivateReorderMode( ETrue ); |
1430 iContainer->ActivateReorderMode( ETrue ); |
1431 SetNewCbaL( R_MPX_CUI_REORDER_DROP_CANCEL_CBA ); |
1431 SetNewCbaL( R_MPX_CUI_REORDER_DROP_CANCEL_CBA ); |
1432 } |
1432 } |
1433 iContainer->Common()->SetLbxCurrentItemIndexAndDraw( currentItem ); |
1433 iContainer->Common()->SetLbxCurrentItemIndexAndDraw( currentItem ); |
1434 //show new indicator |
1434 //show new indicator |
1435 iContainer->Common()->DrawLbxItem(currentItem); |
1435 iContainer->Common()->DrawLbxItemL(currentItem); |
1436 UpdateReorderNaviPaneL(); |
1436 UpdateReorderNaviPaneL(); |
1437 } |
1437 } |
1438 |
1438 |
1439 // --------------------------------------------------------------------------- |
1439 // --------------------------------------------------------------------------- |
1440 // Deactivates reorder mode |
1440 // Deactivates reorder mode |
2007 MPX_FUNC( "CMPXCollectionViewImp::IsUpnpVisible" ); |
2007 MPX_FUNC( "CMPXCollectionViewImp::IsUpnpVisible" ); |
2008 TBool returnValue = EFalse; |
2008 TBool returnValue = EFalse; |
2009 #ifdef UPNP_INCLUDED |
2009 #ifdef UPNP_INCLUDED |
2010 if ( iUpnpCopyCommand && iUpnpFrameworkSupport) |
2010 if ( iUpnpCopyCommand && iUpnpFrameworkSupport) |
2011 { |
2011 { |
2012 returnValue = iUpnpCopyCommand->IsAvailableL(); |
2012 TRAP_IGNORE( returnValue = iUpnpCopyCommand->IsAvailableL() ); |
2013 } |
2013 } |
2014 #endif |
2014 #endif |
2015 return returnValue; |
2015 return returnValue; |
2016 } |
2016 } |
2017 |
2017 |
6340 |
6340 |
6341 |
6341 |
6342 if (!(aResourceId == R_AVKON_MENUPANE_MARKABLE_LIST && usbUnblockingStatus == EMPXUSBUnblockingPSStatusActive)) |
6342 if (!(aResourceId == R_AVKON_MENUPANE_MARKABLE_LIST && usbUnblockingStatus == EMPXUSBUnblockingPSStatusActive)) |
6343 { |
6343 { |
6344 // Custom handling of menu pane for markable lists |
6344 // Custom handling of menu pane for markable lists |
6345 iContainer->Common()->HandleMarkableListDynInitMenuPane( |
6345 iContainer->Common()->HandleMarkableListDynInitMenuPaneL( |
6346 aResourceId, |
6346 aResourceId, |
6347 aMenuPane ); |
6347 aMenuPane ); |
6348 } |
6348 } |
6349 } |
6349 } |
6350 |
6350 |