diff src/protocols/zephyr/zephyr.c @ 2773:a0fd8f91e294

[gaim-migrate @ 2786] SPAM!!! All recipients of the email generated by this commit each owe me $125 per email sent, plus a $75 handling fee for all messages combined. Or was that supposed to be the other way around. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 20 Nov 2001 01:01:22 +0000
parents 37d80035e77f
children 8f6365332a05
line wrap: on
line diff
--- a/src/protocols/zephyr/zephyr.c	Mon Nov 19 23:32:04 2001 +0000
+++ b/src/protocols/zephyr/zephyr.c	Tue Nov 20 01:01:22 2001 +0000
@@ -349,7 +349,7 @@
 					g_string_sprintfa(str, "<br>At %s since %s", locs.host,
 									locs.time);
 				}
-				g_show_info_text(str->str, NULL);
+				g_show_info_text(NULL, NULL, FALSE, str->str, NULL);
 				g_string_free(str, TRUE);
 			} else
 				serv_got_update(zgc, b->name, nlocs, 0, 0, 0, 0, 0);