Fix API Inconsistency in regards to e_widget_min_size_* . Renamed to

e_widget_size_min_* . This Large commit should fix everything in svn that is
using those functions.



SVN revision: 42152
This commit is contained in:
Christopher Michael 2009-09-01 13:34:42 +00:00
parent 9bff89f348
commit ccbe6c220e
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf
l = eina_list_next(l);
}
e_widget_ilist_go(ol);
e_widget_min_size_set(ol, 155, 250);
e_widget_size_min_set(ol, 155, 250);
e_widget_list_object_append(o, ol, 1, 1, 0.5);
return o;