e polkit - fix password to de-escape to utf8

like askpass was broken - this was too. fix.

@fix
This commit is contained in:
Carsten Haitzler 2020-07-15 14:53:08 +01:00
parent 15f049f777
commit 632a7d11af
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ _cb_ok(void *data EINA_UNUSED, Evas_Object *obj,
_auth_cb_exit, ps);
if (str)
{
char *passwd = strdup(str);
char *passwd = elm_entry_markup_to_utf8(str);
if (passwd)
{
ps->auth_pid = e_auth_polkit_begin(passwd, ps->cookie, ps->target_uid);