aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-history.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-history.c')
-rw-r--r--embed/ephy-history.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-history.c b/embed/ephy-history.c
index ae0e563dc..117315c34 100644
--- a/embed/ephy-history.c
+++ b/embed/ephy-history.c
@@ -913,6 +913,7 @@ ephy_history_set_page_title (EphyHistory *gh,
LOG ("Set page title");
if (title == NULL || title[0] == '\0') return;
+ if (url == NULL) return;
node = ephy_history_get_page (gh, url);
if (node == NULL) return;