aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-11-06 21:45:07 +0800
committerChristian Persch <chpe@src.gnome.org>2006-11-06 21:45:07 +0800
commitb53e337f63f298f74b925f1a55355680be86189e (patch)
tree699b056cb2d0aed6d28bb7e3a6d5823a84e503c1 /src
parentb5c7b53bff9372ff4166e9779c5f89644bd4e521 (diff)
downloadgsoc2013-epiphany-b53e337f63f298f74b925f1a55355680be86189e.tar
gsoc2013-epiphany-b53e337f63f298f74b925f1a55355680be86189e.tar.gz
gsoc2013-epiphany-b53e337f63f298f74b925f1a55355680be86189e.tar.bz2
gsoc2013-epiphany-b53e337f63f298f74b925f1a55355680be86189e.tar.lz
gsoc2013-epiphany-b53e337f63f298f74b925f1a55355680be86189e.tar.xz
gsoc2013-epiphany-b53e337f63f298f74b925f1a55355680be86189e.tar.zst
gsoc2013-epiphany-b53e337f63f298f74b925f1a55355680be86189e.zip
=== Release 2.17.2 ===RELEASE_2_17_2
2006-11-06 Christian Persch <chpe@cvs.gnome.org> === Release 2.17.2 === * configure.ac: * data/default-prefs-common.js: * src/ephy-notebook.c: (build_tab_label):
Diffstat (limited to 'src')
-rw-r--r--src/ephy-notebook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c
index 41bf2accd..91c798bf2 100644
--- a/src/ephy-notebook.c
+++ b/src/ephy-notebook.c
@@ -650,7 +650,7 @@ build_tab_label (EphyNotebook *nb, EphyTab *tab)
rcstyle = gtk_rc_style_new ();
rcstyle->xthickness = rcstyle->ythickness = 0;
gtk_widget_modify_style (close_button, rcstyle);
- gtk_rc_style_unref (rcstyle),
+ gtk_rc_style_unref (rcstyle);
image = gtk_image_new_from_stock (GTK_STOCK_CLOSE, GTK_ICON_SIZE_MENU);
gtk_container_add (GTK_CONTAINER (close_button), image);