Edje entry: Fixed a markup_prepend that should have been a text_prepend.

SVN revision: 62484
This commit is contained in:
Tom Hacohen 2011-08-15 14:05:18 +00:00
parent 5c95f8d422
commit 8424a58c6d
1 changed files with 1 additions and 1 deletions

View File

@ -1391,7 +1391,7 @@ _edje_key_down_cb(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSED__, v
{
_edje_entry_hide_visible_password(en->rp);
_text_filter_format_prepend(en, en->cursor, "+ password=off");
_text_filter_markup_prepend(en, en->cursor, ev->string);
_text_filter_text_prepend(en, en->cursor, ev->string);
_text_filter_format_prepend(en, en->cursor, "- password");
if (en->pw_timer)
{