widget: fix the abi break.
authorChunEon Park <hermet@hermet.pe.kr>
Fri, 13 Mar 2015 08:42:26 +0000 (17:42 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 13 Mar 2015 08:46:00 +0000 (17:46 +0900)
Widget type string should be all lower-cases!

This acutally was caused in 7b10fdb8f39c3b36f575dd22d26a1efe6ecd28ec

@fix

src/lib/elm_widget.c

index 39e3c32..e00f021 100644 (file)
@@ -3684,7 +3684,7 @@ elm_widget_type_get(const Evas_Object *obj)
 {
    API_ENTRY return NULL;
 
-   return eo_class_name_get(eo_class_get(obj));
+   return evas_object_type_get(obj);
 }
 
 EAPI Eina_Bool