[epiphany] ephy-notebook: remove full title tooltip on each tab



commit fe562478cc9fc4e2fc53edb44f39c33f0a063685
Author: Xan Lopez <xan igalia com>
Date:   Tue Jan 24 14:49:32 2012 +0100

    ephy-notebook: remove full title tooltip on each tab
    
    It's pretty annoying and hardly useful.

 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 cd7f8a7..b229fb4 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]