diff options
author | Ryan Lortie <desrt@desrt.ca> | 2006-11-12 21:26:52 +0800 |
---|---|---|
committer | Ryan Lortie <ryanl@src.gnome.org> | 2006-11-12 21:26:52 +0800 |
commit | 9109b29690cf37bbd995367900775ce015406f80 (patch) | |
tree | a2b81881e1f3c1217c79846b60d8a0132cb15564 /src/ephy-notebook.c | |
parent | 3869c2d701c7d66e5ce6582196a4caba12318d21 (diff) | |
download | gsoc2013-epiphany-9109b29690cf37bbd995367900775ce015406f80.tar gsoc2013-epiphany-9109b29690cf37bbd995367900775ce015406f80.tar.gz gsoc2013-epiphany-9109b29690cf37bbd995367900775ce015406f80.tar.bz2 gsoc2013-epiphany-9109b29690cf37bbd995367900775ce015406f80.tar.lz gsoc2013-epiphany-9109b29690cf37bbd995367900775ce015406f80.tar.xz gsoc2013-epiphany-9109b29690cf37bbd995367900775ce015406f80.tar.zst gsoc2013-epiphany-9109b29690cf37bbd995367900775ce015406f80.zip |
Remove redundant gtk_button_set_relief call. Fixes bug #372760.
2006-11-12 Ryan Lortie <desrt@desrt.ca>
* src/ephy-notebook.c (build_tab_label): Remove redundant
gtk_button_set_relief call. Fixes bug #372760.
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; |