diff src/conversation.c @ 1575:427e1409917c

[gaim-migrate @ 1585] more stuff committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 15 Mar 2001 15:03:08 +0000
parents 3a8bd72f431f
children 5e60cfb67ab6
line wrap: on
line diff
--- a/src/conversation.c	Thu Mar 15 13:44:16 2001 +0000
+++ b/src/conversation.c	Thu Mar 15 15:03:08 2001 +0000
@@ -1815,9 +1815,6 @@
 	style = gtk_style_new();
 	gdk_font_unref(style->font);
 	style->font = label->style->font;
-	style->fg[0].red = 0x0000;
-	style->fg[0].green = 0x0000;
-	style->fg[0].blue = 0x0000;
 	gtk_widget_set_style(label, style);
 	gtk_style_unref(style);
 }