Fix two small warnings

Reviewers: billiob, raster

Differential Revision: https://phab.enlightenment.org/D496
This commit is contained in:
Jean Guyomarc'h 2014-01-25 21:00:02 +01:00 committed by Boris Faure
parent 13c003c731
commit 0bc73d9b17
1 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@ _insert_gengrid_item(Insert_Gen_Grid_Item_Notify *msg_data)
{
elm_gengrid_item_selected_set(item->item, EINA_TRUE);
elm_gengrid_item_bring_in(item->item,
ELM_GENLIST_ITEM_SCROLLTO_MIDDLE);
ELM_GENGRID_ITEM_SCROLLTO_MIDDLE);
}
else if ((item->path) && (config->background))
{
@ -188,7 +188,7 @@ _insert_gengrid_item(Insert_Gen_Grid_Item_Notify *msg_data)
{
elm_gengrid_item_selected_set(item->item, EINA_TRUE);
elm_gengrid_item_bring_in(item->item,
ELM_GENLIST_ITEM_SCROLLTO_MIDDLE);
ELM_GENGRID_ITEM_SCROLLTO_MIDDLE);
}
}
}