elm elm_widget.c: ;; is not sexy.

SVN revision: 82038
This commit is contained in:
Daniel Juyung Seo 2013-01-03 06:12:51 +00:00
parent a45bf9e5db
commit 443d838758
1 changed files with 1 additions and 1 deletions

View File

@ -996,7 +996,7 @@ _elm_widget_sub_object_add(Eo *obj, void *_pd, va_list *list)
{
ELM_WIDGET_DATA_GET(sobj, sdc);
if (sdc->parent_obj == obj) goto end;;
if (sdc->parent_obj == obj) goto end;
if (sdc->parent_obj)
{
if (!elm_widget_sub_object_del(sdc->parent_obj, sobj))