aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-24 21:49:32 +0800
committerXan Lopez <xan@igalia.com>2012-01-24 21:49:32 +0800
commitfe562478cc9fc4e2fc53edb44f39c33f0a063685 (patch)
tree7b9ee504dbff0cfe3f550577610cb2eabbb0d890
parent626e9018a9f23bfe380cbe237c0f4dc9345d9395 (diff)
downloadgsoc2013-epiphany-fe562478cc9fc4e2fc53edb44f39c33f0a063685.tar
gsoc2013-epiphany-fe562478cc9fc4e2fc53edb44f39c33f0a063685.tar.gz
gsoc2013-epiphany-fe562478cc9fc4e2fc53edb44f39c33f0a063685.tar.bz2
gsoc2013-epiphany-fe562478cc9fc4e2fc53edb44f39c33f0a063685.tar.lz
gsoc2013-epiphany-fe562478cc9fc4e2fc53edb44f39c33f0a063685.tar.xz
gsoc2013-epiphany-fe562478cc9fc4e2fc53edb44f39c33f0a063685.tar.zst
gsoc2013-epiphany-fe562478cc9fc4e2fc53edb44f39c33f0a063685.zip
ephy-notebook: remove full title tooltip on each tab
It's pretty annoying and hardly useful.
-rw-r--r--src/ephy-notebook.c6
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