aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-favicon.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed-favicon.c')
-rw-r--r--embed/ephy-embed-favicon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/ephy-embed-favicon.c b/embed/ephy-embed-favicon.c
index d88eb91cf..f1020441c 100644
--- a/embed/ephy-embed-favicon.c
+++ b/embed/ephy-embed-favicon.c
@@ -124,7 +124,7 @@ location_changed_cb (EphyEmbed *embed,
{
char *location;
- ephy_embed_get_location (embed, TRUE, FALSE, &location);
+ ephy_embed_get_location (embed, TRUE, &location);
ephy_favicon_set_url (EPHY_FAVICON (favicon), location);
g_free (location);
@@ -141,7 +141,7 @@ favicon_cb (EphyEmbed *embed,
if (favicon->priv->embed == NULL)
return;
- ephy_embed_get_location (favicon->priv->embed, TRUE, TRUE, &url);
+ ephy_embed_get_location (favicon->priv->embed, TRUE, &url);
g_object_get (G_OBJECT (favicon),
"cache", &cache,