hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=0f9873d6541348d6b79e5ea35fd958f43d5ef551
commit 0f9873d6541348d6b79e5ea35fd958f43d5ef551 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 e00f021..39e3c32 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 --
