# HG changeset patch # User Paul Aurich # Date 1265439211 0 # Node ID 57ae03fdb86fd6377921deaa125d0c2d73b08e07 # Parent 8e007ad2421d8c32b66e4da261cc1e9311747d13 Fix uninitialized use of these colors, now that they're pointers. diff -r 8e007ad2421d -r 57ae03fdb86f pidgin/gtkblist-theme-loader.c --- 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;