aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-session.c
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2007-10-26 04:01:20 +0800
committerXan Lopez <xan@src.gnome.org>2007-10-26 04:01:20 +0800
commitcc62537ebba1ba9ab31cc3da32ddf51556045caa (patch)
tree0a052838c4cb61bd8290a4f2a40ed0903eb1e9fc /src/ephy-session.c
parentbe872c7f830e2789c9dd5968b2a66d7ddf06f60b (diff)
downloadgsoc2013-epiphany-cc62537ebba1ba9ab31cc3da32ddf51556045caa.tar
gsoc2013-epiphany-cc62537ebba1ba9ab31cc3da32ddf51556045caa.tar.gz
gsoc2013-epiphany-cc62537ebba1ba9ab31cc3da32ddf51556045caa.tar.bz2
gsoc2013-epiphany-cc62537ebba1ba9ab31cc3da32ddf51556045caa.tar.lz
gsoc2013-epiphany-cc62537ebba1ba9ab31cc3da32ddf51556045caa.tar.xz
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-session.c')
-rw-r--r--src/ephy-session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-session.c b/src/ephy-session.c
index 0c84eccbf..7f5c1ea7d 100644
--- a/src/ephy-session.c
+++ b/src/ephy-session.c
@@ -1068,7 +1068,7 @@ write_tab (xmlTextWriterPtr writer,
ret = xmlTextWriterStartElement (writer, (xmlChar *) "embed");
if (ret < 0) return ret;
- address = ephy_tab_get_address (tab);
+ address = ephy_embed_get_address (ephy_tab_get_embed (tab));
ret = xmlTextWriterWriteAttribute (writer, (xmlChar *) "url",
(const xmlChar *) address);
if (ret < 0) return ret;