Fix == and =.
authorBrett Nash <nash@nash.id.au>
Thu, 17 Jun 2010 08:14:32 +0000 (08:14 +0000)
committerBrett Nash <nash@nash.id.au>
Thu, 17 Jun 2010 08:14:32 +0000 (08:14 +0000)
SVN revision: 49727

src/lib/elm_layout.c

index 6e7c439a11b83812b2a758549bdd530bfe477f1a..e13d5e71737d195ff54faa50abe1546044e13b61 100644 (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;