elementary: in case of an object being destroyed, there is no point to warn.
authorCedric Bail <cedric@osg.samsung.com>
Fri, 6 Apr 2018 18:31:03 +0000 (11:31 -0700)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 10 Apr 2018 13:26:04 +0000 (22:26 +0900)
src/lib/elementary/efl_ui_table.c

index c1ce678..6fd241b 100644 (file)
@@ -328,6 +328,7 @@ _efl_ui_table_efl_pack_table_table_position_get(Eo *obj, Efl_Ui_Table_Data *pd E
 
    if (obj != elm_widget_parent_widget_get(subobj))
      {
+        if (efl_invalidated_get(subobj)) goto end;
         ERR("%p is not a child of %p", subobj, obj);
         goto end;
      }