--- 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);