projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc96d09
)
Fix == and =.
author
Brett Nash
<nash@nash.id.au>
Thu, 17 Jun 2010 08:14:32 +0000
(08:14 +0000)
committer
Brett Nash
<nash@nash.id.au>
Thu, 17 Jun 2010 08:14:32 +0000
(08:14 +0000)
SVN revision: 49727
src/lib/elm_layout.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_layout.c
b/src/lib/elm_layout.c
index 6e7c439a11b83812b2a758549bdd530bfe477f1a..e13d5e71737d195ff54faa50abe1546044e13b61 100644
(file)
--- a/
src/lib/elm_layout.c
+++ b/
src/lib/elm_layout.c
@@
-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;