diff src/protocols/irc/irc.c @ 2916:4254491c722b

[gaim-migrate @ 2929] whoops committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 22 Dec 2001 03:38:20 +0000
parents 152d726312b2
children 4df759d607f3
line wrap: on
line diff
--- a/src/protocols/irc/irc.c	Sat Dec 22 00:41:30 2001 +0000
+++ b/src/protocols/irc/irc.c	Sat Dec 22 03:38:20 2001 +0000
@@ -1073,8 +1073,8 @@
 	struct irc_data *idata = gc->proto_data = g_new0(struct irc_data, 1);
 
 	g_snprintf(gc->displayname, sizeof(gc->displayname), "%s", gc->username);
-	gc->flags = OPT_CONN_HTML; /* this is bad. the reason for this is gtkimhtml doesn't
-				      understand the xchat escapes. so we translate. */
+	gc->flags = OPT_CONN_SHOW_HTML; /* this is bad. the reason for this is gtkimhtml doesn't
+					   understand the xchat escapes. so we translate. */
 
 	g_snprintf(buf, sizeof(buf), "Signon: %s", gc->username);
 	set_login_progress(gc, 2, buf);