From: WooHyun Jung Date: Thu, 28 Apr 2011 10:46:47 +0000 (+0900) Subject: Elm_Entry : Fix bug of password_last_char_chow X-Git-Tag: REL_I9200_20110603-1~108^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17c527f5484db9412738405771743dccc29c274a;p=framework%2Fuifw%2Felementary.git Elm_Entry : Fix bug of password_last_char_chow --- diff --git a/src/lib/elm_entry.c b/src/lib/elm_entry.c index b1650cf..403c534 100644 --- a/src/lib/elm_entry.c +++ b/src/lib/elm_entry.c @@ -2454,6 +2454,8 @@ elm_entry_password_set(Evas_Object *obj, Eina_Bool password) wd->single_line = EINA_TRUE; wd->linewrap = EINA_FALSE; wd->char_linewrap = EINA_FALSE; + if (_elm_config->password_show_last_character) + wd->show_last_character = EINA_TRUE; _theme_hook(obj); }