diff src/conversation.c @ 2541:8229710b343b

[gaim-migrate @ 2554] fun stuff. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 18 Oct 2001 20:56:59 +0000
parents f42fceb6a9ea
children d392e9b867e9
line wrap: on
line diff
--- 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);
 }