elementary/elm_widget : evas_object_smart_interface_get should be
authorWooHyun Jung <woohyun0705@gmail.com>
Wed, 5 Sep 2012 02:37:47 +0000 (02:37 +0000)
committerWooHyun Jung <woohyun0705@gmail.com>
Wed, 5 Sep 2012 02:37:47 +0000 (02:37 +0000)
tried with SMART object only. Before this commit, some applications
printed "evas_debug_magic_wrong".

SVN revision: 76157

src/lib/elm_widget.c

index b27b461..c94b3f7 100644 (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);
 }