gssettingsuis/Gs/GSApplication/Src/GSMainContainer.cpp
branchRCL_3
changeset 14 9941bcf99348
parent 11 23553eb4e470
child 17 3b47783fdf16
equal deleted inserted replaced
13:f392bfb21e08 14:9941bcf99348
   124 // Updates listbox from iPluginArray.
   124 // Updates listbox from iPluginArray.
   125 // ---------------------------------------------------------------------------
   125 // ---------------------------------------------------------------------------
   126 //
   126 //
   127 void CGSMainContainer::UpdateListBoxL()
   127 void CGSMainContainer::UpdateListBoxL()
   128     {
   128     {
       
   129     
       
   130     if( iPluginArray->Count() == 0 )
       
   131 		{
       
   132         return;
       
   133 		}
       
   134     
   129     __GSLOGSTRING( "[CGSMainContainer::UpdateListBoxL]" );
   135     __GSLOGSTRING( "[CGSMainContainer::UpdateListBoxL]" );
   130     
   136     
   131     // Empty item array because it will be reoccupied.
   137     // Empty item array because it will be reoccupied.
   132     iItemTextArray->Reset();
   138     iItemTextArray->Reset();
   133 
   139