From fe562478cc9fc4e2fc53edb44f39c33f0a063685 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 24 Jan 2012 14:49:32 +0100 Subject: ephy-notebook: remove full title tooltip on each tab It's pretty annoying and hardly useful. --- src/ephy-notebook.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') 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 -- cgit v1.2.3