[epiphany/wip/tingping/pw-prompt-fix: 5/5] Fix origin in password save infobar
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/tingping/pw-prompt-fix: 5/5] Fix origin in password save infobar
- Date: Sun, 2 Sep 2018 16:39:54 +0000 (UTC)
commit 759e188bc3c96c3e4cf29aa67683576d00ad5584
Author: Patrick Griffis <tingping tingping se>
Date: Fri Aug 31 08:49:52 2018 -0400
Fix origin in password save infobar
embed/ephy-embed-shell.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c
index 76dfa12b4..9708df3db 100644
--- a/embed/ephy-embed-shell.c
+++ b/embed/ephy-embed-shell.c
@@ -508,7 +508,7 @@ web_extension_password_manager_save_real (EphyEmbedShell *shell,
request->username_field = g_steal_pointer (&username_field);
request->password_field = g_steal_pointer (&password_field);
request->is_new = is_new;
- ephy_web_view_show_auth_form_save_request (view, origin, username,
+ ephy_web_view_show_auth_form_save_request (view, request->origin, request->username,
(EphyPasswordSaveRequestCallback)save_auth_request_response_cb,
request, (GDestroyNotify)save_auth_request_free);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]