[textblock] fixed bug related to password mode
authorMyungjae Lee <mjae.lee@samsung.com>
Thu, 16 Sep 2010 07:06:18 +0000 (16:06 +0900)
committerMyungjae Lee <mjae.lee@samsung.com>
Thu, 16 Sep 2010 07:06:18 +0000 (16:06 +0900)
src/lib/canvas/evas_object_textblock.c

index 28dec9c..0a0f937 100644 (file)
@@ -2459,7 +2459,7 @@ _layout_text_append(Ctxt *c, Evas_Object_Textblock_Format *fmt, Evas_Object_Text
 
    if (n)
      {
-   if ((!fmt->password)&&(repch) && (eina_strbuf_length_get(n->utf8)))
+        if ((repch) && (eina_ustrbuf_length_get(n->unicode)))
           {
              int i, len, ind;
              Eina_Unicode *ptr;