summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2017-03-10 15:54:34 -0500
committerMike Blumenkrantz <zmike@osg.samsung.com>2017-03-10 15:54:22 -0500
commita73a18b01de7ca5944330b563748f3162c22d60a (patch)
tree6b8eaed9e2130d41a7f6b07fda4b71d25c58ed8f
parent57412cba94a23b413e0c415c75597161a021d62a (diff)
downloadefl-a73a18b01de7ca5944330b563748f3162c22d60a.tar.gz
Revert "evas_table: abort when there is already the option struct"
This reverts commit 008711b3b0f0b33e47e6b2fae7f925a0a9fb76ee. this breaks elm_table_pack_set() as well as other valid usage and is not a valid change to the code
-rw-r--r--src/lib/evas/canvas/evas_object_table.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/evas/canvas/evas_object_table.c b/src/lib/evas/canvas/evas_object_table.c
index ca615e6344..5eea6f9599 100644
--- a/src/lib/evas/canvas/evas_object_table.c
+++ b/src/lib/evas/canvas/evas_object_table.c
@@ -1143,11 +1143,6 @@ _evas_table_pack(Eo *o, Evas_Table_Data *priv, Evas_Object *child, unsigned shor
}
optalloc = EINA_TRUE;
}
- else
- {
- ERR("%p is already added to a table", child);
- return EINA_FALSE;
- }
opt->obj = child;
opt->col = col;