Revert "widget: fix the abi break."
authorChunEon Park <hermet@hermet.pe.kr>
Tue, 17 Mar 2015 06:46:19 +0000 (15:46 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Tue, 17 Mar 2015 06:46:19 +0000 (15:46 +0900)
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

index e00f021..39e3c32 100644 (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