diff src/protocols/zephyr/zephyr.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 a0fd8f91e294
children 1648c703ddc2
line wrap: on
line diff
--- a/src/protocols/zephyr/zephyr.c	Mon Nov 26 20:15:59 2001 +0000
+++ b/src/protocols/zephyr/zephyr.c	Mon Nov 26 20:39:54 2001 +0000
@@ -349,7 +349,7 @@
 					g_string_sprintfa(str, "<br>At %s since %s", locs.host,
 									locs.time);
 				}
-				g_show_info_text(NULL, NULL, FALSE, str->str, NULL);
+				g_show_info_text(NULL, NULL, 2, str->str, NULL);
 				g_string_free(str, TRUE);
 			} else
 				serv_got_update(zgc, b->name, nlocs, 0, 0, 0, 0, 0);