edje/edje_entry : fix small bug when inputting password.
authorwoohyun <woohyun@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 27 Dec 2011 08:02:39 +0000 (08:02 +0000)
committerwoohyun <woohyun@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 27 Dec 2011 08:02:39 +0000 (08:02 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@66561 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_entry.c

index a647368..047b314 100644 (file)
@@ -2961,7 +2961,7 @@ _edje_entry_imf_event_commit_cb(void *data, int type __UNUSED__, void *event)
        _edje_password_show_last && (!en->preedit_start))
      {
         _text_filter_format_prepend(en, tc, "+ password=off");
-        _text_filter_markup_prepend(en, tc, ev->str);
+        _text_filter_text_prepend(en, tc, ev->str);
         _text_filter_format_prepend(en, tc, "- password");
         if (en->pw_timer)
           {