src/protocols/zephyr/zephyr.c

changeset 2137
b0c18ea1dee8
parent 2131
ef072ae1b2b8
child 2162
2a9f076b0af9
--- 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);

mercurial