fix shadowed variable

This commit is contained in:
Boris Faure 2015-01-11 13:48:05 +01:00
parent cd04b71611
commit bfa9cd30e7
1 changed files with 1 additions and 1 deletions

View File

@ -4053,11 +4053,11 @@ _smart_apply(Evas_Object *obj)
}
if (sd->preedit_str)
{
int x = sd->cursor.x, y = sd->cursor.y;
Eina_Unicode *uni, g;
int len = 0, i, jump, xx, backx;
Eina_Bool dbl;
Evas_Textgrid_Cell *tc;
x = sd->cursor.x, y = sd->cursor.y;
uni = eina_unicode_utf8_to_unicode(sd->preedit_str, &len);
if (uni)