commondrm/drmutility/src/drmutilityui.cpp
changeset 84 b09186059647
parent 49 69d8e75812b7
equal deleted inserted replaced
82:a117e284a2c6 84:b09186059647
   640         }
   640         }
   641 
   641 
   642     if ( iCoeEnv && resourceId )
   642     if ( iCoeEnv && resourceId )
   643         {
   643         {
   644         CAknListQueryDialog* dlg = new( ELeave ) CAknListQueryDialog( &index );
   644         CAknListQueryDialog* dlg = new( ELeave ) CAknListQueryDialog( &index );
   645 
   645         CleanupStack::PushL( dlg );
   646         PrepareSecondaryDisplayL( *dlg, resourceId );
   646         PrepareSecondaryDisplayL( *dlg, resourceId );
       
   647         CleanupStack::Pop( dlg );
   647         answer = dlg->ExecuteLD( resourceId );
   648         answer = dlg->ExecuteLD( resourceId );
   648         CancelSecondaryDisplayL( resourceId );
   649         CancelSecondaryDisplayL( resourceId );
   649 
   650 
   650         if ( answer )
   651         if ( answer )
   651             {
   652             {