comparison 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
comparison
equal deleted inserted replaced
2772:f9227268db25 2773:a0fd8f91e294
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(str->str, NULL); 352 g_show_info_text(NULL, NULL, FALSE, 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);