elm toolbar: call the correct function to set a item del callback

We don't want a recursive loop, eh?
    And Merry X-Mas to all!


SVN revision: 66494
This commit is contained in:
Fabiano Fidêncio 2011-12-25 02:36:00 +00:00
parent 39a31a0970
commit 77d0c1f015
1 changed files with 1 additions and 1 deletions

View File

@ -1470,7 +1470,7 @@ EAPI void
elm_toolbar_item_del_cb_set(Elm_Object_Item *it, Evas_Smart_Cb func)
{
ELM_OBJ_ITEM_CHECK_OR_RETURN(it);
elm_toolbar_item_del_cb_set(it, func);
elm_widget_item_del_cb_set(it, func);
}
EAPI Eina_Bool