filemanager/View/src/FileManagerDlgUtils.cpp
branchRCL_3
changeset 17 529f3bf5c2f1
parent 14 efe289f793e7
equal deleted inserted replaced
15:18e505e3f370 17:529f3bf5c2f1
   628 //
   628 //
   629 EXPORT_C void FileManagerDlgUtils::ShowItemInfoPopupL(
   629 EXPORT_C void FileManagerDlgUtils::ShowItemInfoPopupL(
   630         CFileManagerItemProperties& aProperties,
   630         CFileManagerItemProperties& aProperties,
   631         const CFileManagerFeatureManager& aFeatureManager )
   631         const CFileManagerFeatureManager& aFeatureManager )
   632     {
   632     {
   633     CFileManagerInfoPopup* popup = CFileManagerInfoPopup::NewL(
   633     CFileManagerInfoPopup* popup = NULL;
   634         aProperties, aFeatureManager );
   634     TRAPD ( err,  popup = CFileManagerInfoPopup::NewL(
   635     popup->ExecuteLD();
   635         aProperties, aFeatureManager ) );
       
   636     if ( err == KErrNone )
       
   637         {
       
   638         popup->ExecuteLD();
       
   639         }
   636     }
   640     }
   637 
   641 
   638 // ----------------------------------------------------------------------------
   642 // ----------------------------------------------------------------------------
   639 // FileManagerDlgUtils::ShowSimplePasswordQueryL
   643 // FileManagerDlgUtils::ShowSimplePasswordQueryL
   640 // ----------------------------------------------------------------------------
   644 // ----------------------------------------------------------------------------