diff src/conversation.c @ 1647:23b734cf1161

[gaim-migrate @ 1657] patches by decklin, mishan made this work. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 26 Mar 2001 10:26:53 +0000
parents 8c92ea5d854f
children 0f7d2284296f
line wrap: on
line diff
--- a/src/conversation.c	Mon Mar 26 08:43:35 2001 +0000
+++ b/src/conversation.c	Mon Mar 26 10:26:53 2001 +0000
@@ -1900,6 +1900,7 @@
 	GtkWidget *toolbar;
 	GtkWidget *hbox;
 	GtkWidget *label;
+	GtkStyle *style;
 	int dispstyle = set_dispstyle(0);
 
 	c->font_dialog = NULL;
@@ -2089,6 +2090,10 @@
 
 	update_buttons_by_protocol(c);
 
+	style = gtk_widget_get_style(GTK_WIDGET(entry));
+	gtk_imhtml_set_defaults(GTK_IMHTML(text), 0, &style->fg[GTK_STATE_NORMAL],
+				&style->base[GTK_STATE_NORMAL]);
+							
 	gtk_widget_show(win);
 }