browserutilities/downloadmgr/DownloadMgrUiLib/Src/CDownloadsListDlg.cpp
branchRCL_3
changeset 67 4917f9bf7995
parent 42 d39add9822e2
child 92 e1bea15f9a39
equal deleted inserted replaced
64:ac77f89b1d9e 67:4917f9bf7995
   304             iRefreshTimer->Cancel();
   304             iRefreshTimer->Cancel();
   305             CLOG_WRITE(" iRefreshTimer cancelled");
   305             CLOG_WRITE(" iRefreshTimer cancelled");
   306             }
   306             }
   307         }
   307         }
   308 
   308 
       
   309 #ifdef BRDO_SINGLE_CLICK_ENABLED_FF    
       
   310     TInt inProgressCount = iDownloadsListArray->DownloadsCount
       
   311                       ( MASKED_DL_STATE(EHttpDlCreated) |
       
   312                         MASKED_DL_STATE(EHttpDlPaused) |
       
   313                         MASKED_DL_STATE(EHttpDlInprogress) |
       
   314                         MASKED_DL_STATE(EHttpDlMultipleMOFailed));
       
   315     
       
   316     if ( inProgressCount <= 1 )
       
   317         {
       
   318         ButtonGroupContainer()->MakeCommandVisible( EAknSoftkeyOptions, EFalse );
       
   319         }
       
   320 #endif
   309     // Close the dialog, if necessary
   321     // Close the dialog, if necessary
   310     if ( iListBox->Model()->NumberOfItems() == 0 )
   322     if ( iListBox->Model()->NumberOfItems() == 0 )
   311         {
   323         {
   312         CancelPopup();
   324         CancelPopup();
   313         }
   325         }