aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-03-06 00:04:37 +0800
committerXan Lopez <xan@igalia.com>2012-03-07 04:49:45 +0800
commit7c6abe5cb07313cf8cd57d34c8fc8d26dfcf1203 (patch)
tree3c365fe5a825c86389581b9b08cba151b37721d0 /embed
parent9666dba09d79cd88777e9066dbdb2ca5b5e7588f (diff)
downloadgsoc2013-epiphany-7c6abe5cb07313cf8cd57d34c8fc8d26dfcf1203.tar
gsoc2013-epiphany-7c6abe5cb07313cf8cd57d34c8fc8d26dfcf1203.tar.gz
gsoc2013-epiphany-7c6abe5cb07313cf8cd57d34c8fc8d26dfcf1203.tar.bz2
gsoc2013-epiphany-7c6abe5cb07313cf8cd57d34c8fc8d26dfcf1203.tar.lz
gsoc2013-epiphany-7c6abe5cb07313cf8cd57d34c8fc8d26dfcf1203.tar.xz
gsoc2013-epiphany-7c6abe5cb07313cf8cd57d34c8fc8d26dfcf1203.tar.zst
gsoc2013-epiphany-7c6abe5cb07313cf8cd57d34c8fc8d26dfcf1203.zip
Rename ephy_history_service_add_page to ephy_history_service_visit_url
Fits much better with the naming model in that class.
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index a64f154ca..fa355b40d 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -339,7 +339,7 @@ load_status_changed_cb (WebKitWebView *view,
else
history_uri = g_strdup (uri);
- ephy_history_service_add_page (embed->priv->history_service, history_uri);
+ ephy_history_service_visit_url (embed->priv->history_service, history_uri);
g_free (history_uri);
}
}