src/conversation.c

changeset 1575
220b4d845309
parent 1573
878f7c59ee85
child 1578
e26d8c1ad198
--- 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);
 }

mercurial