* edje: Oops, not the right one.

SVN revision: 41658
This commit is contained in:
Cedric BAIL 2009-08-10 12:38:39 +00:00
parent db0247c644
commit ee729dd97f
1 changed files with 2 additions and 2 deletions

View File

@ -1381,7 +1381,7 @@ _edje_image_recalc_apply(Edje *ed, Edje_Real_Part *ep, Edje_Calc_Params *p3, Edj
static void
_edje_part_recalc(Edje *ed, Edje_Real_Part *ep, int flags)
{
Edje_Calc_Params p1, p2, *pf;
Edje_Calc_Params p1, p3, *pf;
Edje_Part_Description *chosen_desc;
double pos = 0.0;
@ -1455,7 +1455,7 @@ _edje_part_recalc(Edje *ed, Edje_Real_Part *ep, int flags)
if (ep->param2.description)
{
int beginning_pos, part_type;
Edje_Calc_Params p3;
Edje_Calc_Params p2;
_edje_part_recalc_single(ed, ep, ep->param2.description, chosen_desc,
ep->param2.rel1_to_x, ep->param2.rel1_to_y, ep->param2.rel2_to_x, ep->param2.rel2_to_y,