Mercurial > pidgin
changeset 2620:a1b708ee93af
[gaim-migrate @ 2633]
hi
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 26 Oct 2001 20:06:22 +0000 |
parents | 536198196dc6 |
children | f8b02cf4af94 |
files | src/protocols/irc/irc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/irc/irc.c Fri Oct 26 10:11:33 2001 +0000 +++ b/src/protocols/irc/irc.c Fri Oct 26 20:06:22 2001 +0000 @@ -594,7 +594,7 @@ id->whois_str = g_string_append(id->whois_str, word_eol[4]); { GString *str = decode_html(id->whois_str->str); - g_show_info_text(str->str); + g_show_info_text(str->str, NULL); g_string_free(str, TRUE); } g_string_free(id->whois_str, TRUE);