aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-session.c
diff options
context:
space:
mode:
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 a167e73cb..2e0ab766b 100644
--- a/src/ephy-session.c
+++ b/src/ephy-session.c
@@ -1078,7 +1078,7 @@ write_tab (xmlTextWriterPtr writer,
(const xmlChar *) title);
if (ret < 0) return ret;
- if (ephy_tab_get_load_status (tab))
+ if (ephy_embed_get_load_status (ephy_tab_get_embed (tab)))
{
ret = xmlTextWriterWriteAttribute (writer,
(const xmlChar *) "loading",