elementary/widget - add one exception handling where it should be.
authorChunEon Park <hermet@hermet.pe.kr>
Thu, 10 Mar 2011 12:04:00 +0000 (12:04 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Thu, 10 Mar 2011 12:04:00 +0000 (12:04 +0000)
commit13d1f1ee1957c90e47c698df856f3f19a404a2e0
tree327a91443f19aade1a504015f7eead27e07e9768
parent9e6a70dcb1f5550bf45d16e26ff5a3cd111caa58
elementary/widget - add one exception handling where it should be.

After a widget is created(obj = elm_widget_add), the object does not have any parent object.
However if user call elm_widget_sub_object_add(parent, obj), then CRI will be happened.
So the exception should be there.

SVN revision: 57667
src/lib/elm_widget.c