Mercurial > pidgin
changeset 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 | 6275ac113622 |
children | 9a34e950792e |
files | src/gtkprefs.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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")) {