comparison 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
comparison
equal deleted inserted replaced
2790:0148422dff4d 2791:8f6365332a05
347 for (; nlocs > 0; nlocs--) { 347 for (; nlocs > 0; nlocs--) {
348 ZGetLocations(&locs, &one); 348 ZGetLocations(&locs, &one);
349 g_string_sprintfa(str, "<br>At %s since %s", locs.host, 349 g_string_sprintfa(str, "<br>At %s since %s", locs.host,
350 locs.time); 350 locs.time);
351 } 351 }
352 g_show_info_text(NULL, NULL, FALSE, str->str, NULL); 352 g_show_info_text(NULL, NULL, 2, str->str, NULL);
353 g_string_free(str, TRUE); 353 g_string_free(str, TRUE);
354 } else 354 } else
355 serv_got_update(zgc, b->name, nlocs, 0, 0, 0, 0, 0); 355 serv_got_update(zgc, b->name, nlocs, 0, 0, 0, 0, 0);
356 356
357 free(user); 357 free(user);