diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-notebook.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index cd7f8a716..b229fb4b3 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -536,12 +536,6 @@ sync_label (EphyWebView *view, GParamSpec *pspec, GtkWidget *label) title = ephy_web_view_get_title (view); gtk_label_set_text (GTK_LABEL (label), title); - - /* Set the tooltip on the label's parent (the tab label hbox), - * so it covers all of the tab label. - */ - gtk_widget_set_tooltip_text (gtk_widget_get_parent (label), - title); } static void |