edje: fix little bug with table naming.

This commit is contained in:
Cedric Bail 2013-04-07 20:18:50 +09:00
parent 10afabb68c
commit 162df16598
1 changed files with 1 additions and 1 deletions

View File

@ -891,7 +891,7 @@ _edje_object_file_set_internal(Evas_Object *obj, const char *file, const char *g
_edje_object_pack_item_hints_set(child_obj, &pack_it_copy);
if (pack_it_copy.spread.h > 0 && pack_it_copy.spread.w > 0)
if (pack_it->spread.h > 1 && pack_it->spread.w >= 1)
{
buf = eina_strbuf_new();
if (name)