accessing wrong memmber. fixed.

SVN revision: 11854
This commit is contained in:
Carsten Haitzler 2004-10-13 07:05:28 +00:00
parent 44984e65a3
commit e56130f4ff
1 changed files with 2 additions and 2 deletions

View File

@ -504,8 +504,8 @@ _edje_part_recalc_single(Edje *ed,
text = chosen_desc->text.text;
if (ep->text.source)
{
font = ep->text.text_source->chosen_description->text.font;
size = ep->text.text_source->chosen_description->text.size;
font = ep->text.source->chosen_description->text.font;
size = ep->text.source->chosen_description->text.size;
}
else
{