mmserv/audioeffectsui/equalizer/src/EqualizerPresetsDialog.cpp
branchRCL_3
changeset 13 f5c5c82a163e
parent 7 709f89d8c047
equal deleted inserted replaced
11:03a293c97d5c 13:f5c5c82a163e
   355 	   iListBox->HandleItemAdditionL();
   355 	   iListBox->HandleItemAdditionL();
   356 	   iListBox->SetCurrentItemIndexAndDraw(aIndex);
   356 	   iListBox->SetCurrentItemIndexAndDraw(aIndex);
   357 	   // To prevent two tickmarks from appearing sometimes
   357 	   // To prevent two tickmarks from appearing sometimes
   358 	   iListBox->DrawNow(); 
   358 	   iListBox->DrawNow(); 
   359 	   }
   359 	   }
       
   360    else
       
   361        {
       
   362 	   #ifdef _DEBUG
       
   363        	RDebug::Print(_L("CEqualizerPresetsDialog::ActivateEqrPresetL err = %d "), err);
       
   364 	   #endif
       
   365         // To prevent multiple tickmarks from appearing 
       
   366         iListBox->DrawNow(); 
       
   367        }
   360    }
   368    }
   361 
   369 
   362 // ---------------------------------------------------------------------------
   370 // ---------------------------------------------------------------------------
   363 //void CEqualizerPresetsDialog::RenameEqrPresetL(const TInt  aIndex, 
   371 //void CEqualizerPresetsDialog::RenameEqrPresetL(const TInt  aIndex, 
   364 //const TDesC& aPreset)  const
   372 //const TDesC& aPreset)  const