diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-24 21:49:32 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-24 21:49:32 +0800 |
commit | fe562478cc9fc4e2fc53edb44f39c33f0a063685 (patch) | |
tree | 7b9ee504dbff0cfe3f550577610cb2eabbb0d890 /src | |
parent | 626e9018a9f23bfe380cbe237c0f4dc9345d9395 (diff) | |
download | gsoc2013-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.
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 |