changeset 29377: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 8e007ad2421d
children fdb61f7e8576 b1df98334930 3f84b7069366
files pidgin/gtkblist-theme-loader.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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;