diff pidgin/gtkblist-theme-loader.c @ 28986:57ae03fdb86f

Fix uninitialized use of these colors, now that they're pointers.
author Paul Aurich <paul@darkrain42.org>
date Sat, 06 Feb 2010 06:53:31 +0000
parents 1956b27ed87c
children a8cc50c2279f a3bd979c9ce4
line wrap: on
line diff
--- a/pidgin/gtkblist-theme-loader.c	Fri Feb 05 23:04:41 2010 +0000
+++ b/pidgin/gtkblist-theme-loader.c	Sat Feb 06 06:53:31 2010 +0000
@@ -99,6 +99,7 @@
 		{NULL, NULL}
 	};
 
+	bgcolor = expanded_bgcolor = collapsed_bgcolor = contact_color = NULL;
 	expanded          = NULL;
 	collapsed         = NULL;
 	contact           = NULL;