edje_entry: display preedit string even though there is no attribute

SVN revision: 71761
This commit is contained in:
Jihoon Kim 2012-06-06 15:06:31 +00:00
parent a4114e2aa8
commit e9784a1c83
1 changed files with 4 additions and 0 deletions

View File

@ -3366,6 +3366,10 @@ _edje_entry_imf_event_preedit_changed_cb(void *data, Ecore_IMF_Context *ctx __UN
}
}
}
else
{
eina_strbuf_append(buf, preedit_string);
}
if ((rp->part->entry_mode == EDJE_ENTRY_EDIT_MODE_PASSWORD) &&
_edje_password_show_last)
{