Continue in for loop if no size data is found for a font. This traps a

weird seggy I found.



SVN revision: 51919
This commit is contained in:
Christopher Michael 2010-09-06 03:35:15 +00:00
parent a016c69719
commit 0e7182af38
1 changed files with 1 additions and 1 deletions

View File

@ -984,7 +984,7 @@ _size_list_load(E_Config_Dialog_Data *cfdata, Eina_List *size_list, Evas_Font_Si
{
E_Font_Size_Data *size_data;
size_data = e_widget_ilist_nth_data_get(ob, n);
if (!(size_data = e_widget_ilist_nth_data_get(ob, n))) continue;
if (cur_size == size_data->size)
{
e_widget_ilist_selected_set(ob, n);