src/conversation.c

changeset 2541
0afd3aaba327
parent 2521
a98b0a0e3d13
child 2546
7e01dccde05d
--- a/src/conversation.c	Thu Oct 18 19:55:19 2001 +0000
+++ b/src/conversation.c	Thu Oct 18 20:56:59 2001 +0000
@@ -2118,7 +2118,6 @@
 	GtkWidget *toolbar;
 	GtkWidget *hbox;
 	GtkWidget *label;
-	GtkStyle *style;
 	int dispstyle = set_dispstyle(0);
 
 	c->font_dialog = NULL;
@@ -2323,10 +2322,6 @@
 
 	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);
 }
 

mercurial