diff src/gtkprefs.c @ 5627:19a848d76372

[gaim-migrate @ 6034] C99 let us get lazy committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 01 Jun 2003 04:11:24 +0000
parents 73c9dc20e41a
children 960fe32ea9b7
line wrap: on
line diff
--- a/src/gtkprefs.c	Sun Jun 01 03:43:19 2003 +0000
+++ b/src/gtkprefs.c	Sun Jun 01 04:11:24 2003 +0000
@@ -676,8 +676,9 @@
 {
 	GdkColor c;
 	GtkStyle *style;
+	GdkColor color;
+
 	c.pixel = 0;
-	GdkColor color;
 
 	if (pic == pref_fg_picture) {
 		if (gaim_prefs_get_bool("/gaim/gtk/conversations/use_custom_fgcolor")) {