Evas textblock: Fixed a bug in the last commit causing a seg when cleaning a tb.

SVN revision: 56494
This commit is contained in:
Tom Hacohen 2011-01-30 10:40:42 +00:00
parent c56c293e96
commit e62074b786
1 changed files with 1 additions and 1 deletions

View File

@ -7732,7 +7732,7 @@ evas_object_textblock_clear(Evas_Object *obj)
_paragraphs_clear(obj, o->paragraphs);
o->paragraphs = NULL;
}
_evas_textblock_text_node_changed(o, cur->obj, cur->node);
_evas_textblock_text_node_changed(o, obj, NULL);
}
/**