Elm_Entry : Fix bug of password_last_char_chow
authorWooHyun Jung <wh0705.jung@samsung.com>
Thu, 28 Apr 2011 10:46:47 +0000 (19:46 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Thu, 28 Apr 2011 10:46:47 +0000 (19:46 +0900)
src/lib/elm_entry.c

index b1650cf..403c534 100644 (file)
@@ -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);
 }