* edje: Fix typo preventing creation of multiple edje box layout.

SVN revision: 46425
This commit is contained in:
Cedric BAIL 2010-02-24 14:50:07 +00:00
parent 6ddefd5b4f
commit 41b6529e00
1 changed files with 2 additions and 2 deletions

View File

@ -2204,9 +2204,9 @@ _edje_box_layout_external_node_cmp(const Eina_Rbtree *left, const Eina_Rbtree *r
Edje_Box_Layout *r = (Edje_Box_Layout *)right;
if (strcmp(l->name, r->name) < 0)
return EINA_RBTREE_LEFT;
else
return EINA_RBTREE_RIGHT;
else
return EINA_RBTREE_LEFT;
}
static int