elementary/elm_widget : evas_object_smart_interface_get should be

tried with SMART object only. Before this commit, some applications
printed "evas_debug_magic_wrong".


SVN revision: 76157
This commit is contained in:
WooHyun Jung 2012-09-05 02:37:47 +00:00
parent b76a658b9d
commit 67b7042c08
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ _is_focusable(Evas_Object *obj)
static inline Eina_Bool
_elm_scrollable_is(const Evas_Object *obj)
{
INTERNAL_ENTRY EINA_FALSE;
return !!evas_object_smart_interface_get(obj, ELM_SCROLLABLE_IFACE_NAME);
}