SVN revision: 73429
This commit is contained in:
Carsten Haitzler 2012-07-07 01:05:50 +00:00
parent d0b849a8ce
commit 6238ca9806
1 changed files with 2 additions and 1 deletions

View File

@ -319,7 +319,8 @@ evas_object_textgrid_textprop_unref(Evas_Object_Textgrid *o, unsigned int props_
if (props->info)
{
if (props->info->refcount == 1)
eina_array_push(&o->glyphs_cleanup, (intptr_t *)props_index);
eina_array_push(&o->glyphs_cleanup,
(void *)((unsigned long)props_index));
else
evas_common_text_props_content_unref(props);
}