Edje entry: Fixed a markup_prepend that should have been a text_prepend.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 15 Aug 2011 14:05:18 +0000 (14:05 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 15 Aug 2011 14:05:18 +0000 (14:05 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@62484 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_entry.c

index 5627efa..93ba081 100644 (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)
                     {