summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYetizone <andreii.lisita@gmail.com>2020-07-03 18:47:56 +0300
committerYetizone <andreii.lisita@gmail.com>2020-07-03 18:49:29 +0300
commita48066bed1e3c03af08b4793bec71d696bfb1857 (patch)
tree03c8eea04abfc1615468ab13c2a1408cf8f6e5b4
parenteff8967d27be8b77d5a36dd7abb12789aeef79a2 (diff)
downloadepiphany-a48066bed1e3c03af08b4793bec71d696bfb1857.tar.gz
ephy-embed-shell: Use url char pointer for g_variant_new()
Fixes https://gitlab.gnome.org/GNOME/epiphany/-/issues/1252
-rw-r--r--embed/ephy-embed-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c
index 293a7f2f1..bdcfae349 100644
--- a/embed/ephy-embed-shell.c
+++ b/embed/ephy-embed-shell.c
@@ -496,7 +496,7 @@ history_service_url_deleted_cb (EphyHistoryService *service,
webkit_web_context_send_message_to_all_extensions (priv->web_context,
webkit_user_message_new ("History.DeleteURL",
- g_variant_new ("s", url)));
+ g_variant_new ("s", url->url)));
}
static void