diff options
Diffstat (limited to 'src/ephy-notebook.c')
-rw-r--r-- | src/ephy-notebook.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index 91c798bf2..d2411b6f0 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -645,7 +645,6 @@ build_tab_label (EphyNotebook *nb, EphyTab *tab) GTK_RELIEF_NONE); /* don't allow focus on the close button */ gtk_button_set_focus_on_click (GTK_BUTTON (close_button), FALSE); - gtk_button_set_relief (GTK_BUTTON (close_button), GTK_RELIEF_NONE); rcstyle = gtk_rc_style_new (); rcstyle->xthickness = rcstyle->ythickness = 0; |