diff src/buddy_chat.c @ 1815:f15d449b3167

[gaim-migrate @ 1825] I am IRON MAN committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 06 May 2001 09:20:03 +0000
parents 998a6a032874
children 47e064712091
line wrap: on
line diff
--- a/src/buddy_chat.c	Sun May 06 08:13:03 2001 +0000
+++ b/src/buddy_chat.c	Sun May 06 09:20:03 2001 +0000
@@ -873,7 +873,7 @@
 	GTK_LAYOUT(text)->vadjustment->step_increment = 10.0;
 	if (display_options & OPT_DISP_SHOW_TIME)
 		gtk_imhtml_show_comments(GTK_IMHTML(text), TRUE);
-	gaim_setup_imhtml(GTK_IMHTML(text));
+	gaim_setup_imhtml(text);
 	gtk_widget_show(text);
 
 	lbox = gtk_vbox_new(FALSE, 5);