diff src/gtkutils.c @ 9706:d4634f26ef9b

[gaim-migrate @ 10567] Blather. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 07 Aug 2004 23:15:21 +0000
parents 6f0c90000bb5
children 4d05b6e9e9cd
line wrap: on
line diff
--- a/src/gtkutils.c	Sat Aug 07 22:54:27 2004 +0000
+++ b/src/gtkutils.c	Sat Aug 07 23:15:21 2004 +0000
@@ -241,7 +241,7 @@
 GtkWidget *
 gaim_pixbuf_toolbar_button_from_stock(const char *icon)
 {
-	GtkWidget *button, *image,  *bbox;
+	GtkWidget *button, *image, *bbox;
 
 	button = gtk_toggle_button_new();
 	gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE);