aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-notebook.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-notebook.c')
-rw-r--r--src/ephy-notebook.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c
index 027877e5b..90a6dd8fe 100644
--- a/src/ephy-notebook.c
+++ b/src/ephy-notebook.c
@@ -567,8 +567,6 @@ sync_label (EphyTab *tab, GParamSpec *pspec, GtkWidget *label)
const char *title;
title = ephy_tab_get_title (tab);
- if (!title)
- return;
gtk_label_set_text (GTK_LABEL (label), title);