diff src/protocols/zephyr/zephyr.c @ 2137:18722ae5b882

[gaim-migrate @ 2147] i guess. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 08 Aug 2001 19:55:12 +0000
parents acc11216ec5d
children a464da684307
line wrap: on
line diff
--- a/src/protocols/zephyr/zephyr.c	Wed Aug 08 19:13:01 2001 +0000
+++ b/src/protocols/zephyr/zephyr.c	Wed Aug 08 19:55:12 2001 +0000
@@ -352,7 +352,7 @@
 					g_string_sprintfa(str, "<br>At %s since %s", locs.host,
 									locs.time);
 				}
-				g_show_info_text(str->str);
+				g_show_info_text(str->str, NULL);
 				g_string_free(str, TRUE);
 			} else
 				serv_got_update(zgc, b->name, nlocs, 0, 0, 0, 0, 0);