From 0f9873d6541348d6b79e5ea35fd958f43d5ef551 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Tue, 17 Mar 2015 15:46:19 +0900 Subject: [PATCH] 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 -- 2.7.4