mpxplugins/viewplugins/views/collectionview/src/mpxcollectionviewimp.cpp
branchRCL_3
changeset 15 a1247965635c
parent 9 13afc0e517bd
--- a/mpxplugins/viewplugins/views/collectionview/src/mpxcollectionviewimp.cpp	Wed Apr 14 15:54:18 2010 +0300
+++ b/mpxplugins/viewplugins/views/collectionview/src/mpxcollectionviewimp.cpp	Tue Apr 27 16:34:37 2010 +0300
@@ -1432,7 +1432,7 @@
         }
     iContainer->Common()->SetLbxCurrentItemIndexAndDraw( currentItem );
     //show new indicator
-    iContainer->Common()->DrawLbxItem(currentItem);
+    iContainer->Common()->DrawLbxItemL(currentItem);
     UpdateReorderNaviPaneL();
     }
 
@@ -2009,7 +2009,7 @@
 #ifdef UPNP_INCLUDED
    	if ( iUpnpCopyCommand  && iUpnpFrameworkSupport) 	  
         {
-        returnValue = iUpnpCopyCommand->IsAvailableL();   
+        TRAP_IGNORE( returnValue = iUpnpCopyCommand->IsAvailableL() );   
         }
 #endif
     return returnValue; 
@@ -6342,7 +6342,7 @@
     if (!(aResourceId == R_AVKON_MENUPANE_MARKABLE_LIST && usbUnblockingStatus == EMPXUSBUnblockingPSStatusActive))
         {
         // Custom handling of menu pane for markable lists
-        iContainer->Common()->HandleMarkableListDynInitMenuPane(
+        iContainer->Common()->HandleMarkableListDynInitMenuPaneL(
             aResourceId,
             aMenuPane );
         }