Mercurial > pidgin
diff src/protocols/irc/irc.c @ 2918:4df759d607f3
[gaim-migrate @ 2931]
this was a bad hack.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 22 Dec 2001 08:08:37 +0000 |
| parents | 4254491c722b |
| children | 0e6577e8bd1d |
line wrap: on
line diff
--- a/src/protocols/irc/irc.c Sat Dec 22 04:02:29 2001 +0000 +++ b/src/protocols/irc/irc.c Sat Dec 22 08:08:37 2001 +0000 @@ -1073,8 +1073,6 @@ 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_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);
