diff src/protocols/irc/irc.c @ 2791:8f6365332a05

[gaim-migrate @ 2804] i hate this shit. i should just stop hacking gaim. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 26 Nov 2001 20:39:54 +0000
parents 428bd24c18c6
children 04f97d65bdc1
line wrap: on
line diff
--- a/src/protocols/irc/irc.c	Mon Nov 26 20:15:59 2001 +0000
+++ b/src/protocols/irc/irc.c	Mon Nov 26 20:39:54 2001 +0000
@@ -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;