Actually, if rel1.to_x is not used in the matched description of the parent group, rel1.to_x: ""; doesn't need to be used in the description of the child group.
Because its state is already default. But sometime we may want to use it explicitly. So I add this code in order to cover that case.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@65160
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
return;
}
}
+ if (!name[0]) return;
pl = mem_alloc(SZ(Part_Lookup));
part_lookups = eina_list_append(part_lookups, pl);