Fix == and =.

SVN revision: 49727
This commit is contained in:
Brett Nash 2010-06-17 08:14:32 +00:00
parent a75e08268d
commit 593dc6f068
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ elm_layout_content_unset(Evas_Object *obj, const char *swallow)
if (!strcmp(swallow, si->swallow))
{
if (!si->obj) return NULL;
content == si->obj;
content = si->obj;
elm_widget_sub_object_del(obj, si->obj);
edje_object_part_unswallow(wd->lay, si->obj);
si->obj = NULL;