Mercurial > pidgin
diff src/protocols/zephyr/zephyr.c @ 7062:86ed8b2aa665
[gaim-migrate @ 7626]
g_show_info_text() is gone! Mwahahaha.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Tue, 30 Sep 2003 06:43:17 +0000 |
| parents | 083d1e4a9c78 |
| children | b794695d7c72 |
line wrap: on
line diff
--- a/src/protocols/zephyr/zephyr.c Tue Sep 30 05:58:48 2003 +0000 +++ b/src/protocols/zephyr/zephyr.c Tue Sep 30 06:43:17 2003 +0000 @@ -344,7 +344,8 @@ g_string_append_printf(str, _("<br>At %s since %s"), locs.host, locs.time); } - g_show_info_text(NULL, NULL, 2, str->str, NULL); + gaim_notify_formatted(zgc, NULL, _("Buddy Information"), + NULL, str->str, NULL, NULL); g_string_free(str, TRUE); } else serv_got_update(zgc, b->name, nlocs, 0, 0, 0, 0);
