From: Eric W. <war...@us...> - 2001-10-26 20:06:25
|
Update of /cvsroot/gaim/gaim/src/protocols/irc In directory usw-pr-cvs1:/tmp/cvs-serv21891/protocols/irc Modified Files: irc.c Log Message: hi Index: irc.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/irc/irc.c,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- irc.c 2001/10/26 10:11:33 1.46 +++ irc.c 2001/10/26 20:06:22 1.47 @@ -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); |