diff options
Diffstat (limited to 'src/ephy-tab.c')
-rw-r--r-- | src/ephy-tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-tab.c b/src/ephy-tab.c index b1fe71fb6..b66beb2e7 100644 --- a/src/ephy-tab.c +++ b/src/ephy-tab.c @@ -461,7 +461,7 @@ static void ephy_tab_location_cb (EphyEmbed *embed, EphyTab *tab) { if (tab->priv->location) g_free (tab->priv->location); - ephy_embed_get_location (embed, TRUE, FALSE, + ephy_embed_get_location (embed, TRUE, &tab->priv->location); if (tab->priv->is_active) |