From: Eric W. <war...@us...> - 2001-11-26 20:39:56
|
Update of /cvsroot/gaim/gaim/src/protocols/irc In directory usw-pr-cvs1:/tmp/cvs-serv17025/protocols/irc Modified Files: irc.c Log Message: i hate this shit. i should just stop hacking gaim. Index: irc.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/irc/irc.c,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- irc.c 2001/11/20 20:47:25 1.58 +++ irc.c 2001/11/26 20:39:53 1.59 @@ -639,7 +639,7 @@ case 318: if (id->in_whois && id->whois_str) { GString *str = decode_html(id->whois_str->str); - g_show_info_text(gc, NULL, FALSE, str->str, NULL); + g_show_info_text(gc, NULL, 2, str->str, NULL); g_string_free(str, TRUE); g_string_free(id->whois_str, TRUE); id->whois_str = NULL; |