diff options
author | Xan Lopez <xan@src.gnome.org> | 2007-10-26 04:01:20 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2007-10-26 04:01:20 +0800 |
commit | cc62537ebba1ba9ab31cc3da32ddf51556045caa (patch) | |
tree | 0a052838c4cb61bd8290a4f2a40ed0903eb1e9fc /src/ephy-location-action.c | |
parent | be872c7f830e2789c9dd5968b2a66d7ddf06f60b (diff) | |
download | gsoc2013-epiphany-cc62537ebba1ba9ab31cc3da32ddf51556045caa.tar.gz gsoc2013-epiphany-cc62537ebba1ba9ab31cc3da32ddf51556045caa.tar.zst gsoc2013-epiphany-cc62537ebba1ba9ab31cc3da32ddf51556045caa.zip |
Port src/ to the new properties in EphyEmbed.
svn path=/trunk/; revision=7564
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 * |