elementary/datetime - removed unnecessary call

SVN revision: 71090
This commit is contained in:
ChunEon Park 2012-05-15 04:55:12 +00:00
parent 18a24203bd
commit 9d048f4f72
1 changed files with 1 additions and 2 deletions

View File

@ -302,8 +302,7 @@ _field_list_arrange(Evas_Object *obj)
if (field->visible && field->fmt_exist)
{
if (elm_layout_content_get(obj, buf))
elm_layout_content_unset(obj, buf);
elm_layout_content_unset(obj, buf);
elm_layout_content_set(obj, buf, field->item_obj);
}
else