equal
deleted
inserted
replaced
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 |