hermet pushed a commit to branch elementary-1.13. http://git.enlightenment.org/core/elementary.git/commit/?id=e01f432732be488112a8110eb96a899d2427333c
commit e01f432732be488112a8110eb96a899d2427333c Author: ChunEon Park <[email protected]> Date: Tue Mar 17 15:46:19 2015 +0900 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. --- src/lib/elm_widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_widget.c b/src/lib/elm_widget.c index 4f27d83..c4d2d69 100644 --- a/src/lib/elm_widget.c +++ b/src/lib/elm_widget.c @@ -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 --
