diff options
Diffstat (limited to 'src/ephy-location-action.c')
-rw-r--r-- | src/ephy-location-action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-location-action.c b/src/ephy-location-action.c index 9791f61a8..589bbeeaf 100644 --- a/src/ephy-location-action.c +++ b/src/ephy-location-action.c @@ -288,7 +288,7 @@ get_location_cb (EphyLocationEntry *entry, tab = ephy_window_get_active_tab (priv->window); g_return_val_if_fail (tab != NULL, NULL); - return g_strdup (ephy_tab_get_address (tab)); + return g_strdup (ephy_embed_get_address (ephy_tab_get_embed (tab))); } static char * |