Revert "widget: fix the abi break."

This reverts commit 841fcdfb18a414a7381910bcbb0b0ef4807bc5c2.

It's been too much passed.
we have more dependencies to the change (ie, key bindings)
so conclude to have the abi break in this case.
This commit is contained in:
ChunEon Park 2015-03-17 15:46:19 +09:00
parent 82ee39739d
commit dc01331903
1 changed files with 1 additions and 1 deletions

View File

@ -3684,7 +3684,7 @@ elm_widget_type_get(const Evas_Object *obj)
{
API_ENTRY return NULL;
return evas_object_type_get(obj);
return eo_class_name_get(eo_class_get(obj));
}
EAPI Eina_Bool