From 07d6dcb2922d6dba361bac5159a485028d6eed98 Mon Sep 17 00:00:00 2001 From: San Cho Date: Fri, 1 Feb 2013 16:26:55 +0900 Subject: [PATCH] Merged with the code of setting --- setting/src/email-view-account-setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setting/src/email-view-account-setup.c b/setting/src/email-view-account-setup.c index 79e692b..eb9bd07 100755 --- a/setting/src/email-view-account-setup.c +++ b/setting/src/email-view-account-setup.c @@ -1482,7 +1482,7 @@ static void _backup_input_cb(void *data, Evas_Object *obj, void *event_info) p->str_password = NULL; } - p->str_password = (char *)elm_entry_markup_to_utf8(elm_entry_entry_get(eo)); + p->str_password = g_strdup(elm_entry_entry_get(eo)); } if (p->str_email_address == NULL || p->str_password == NULL) { -- 2.7.4