From 9109b29690cf37bbd995367900775ce015406f80 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Sun, 12 Nov 2006 13:26:52 +0000 Subject: Remove redundant gtk_button_set_relief call. Fixes bug #372760. 2006-11-12 Ryan Lortie * src/ephy-notebook.c (build_tab_label): Remove redundant gtk_button_set_relief call. Fixes bug #372760. --- src/ephy-notebook.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ephy-notebook.c') 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; -- cgit v1.2.3