Mercurial > pidgin.yaz
changeset 1983:26ff22691f5e
[gaim-migrate @ 1993]
whoops.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sun, 10 Jun 2001 18:31:41 +0000 |
parents | 03bebfa8247f |
children | e90a0164436c |
files | src/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/oscar.c Sun Jun 10 02:18:39 2001 +0000 +++ b/src/oscar.c Sun Jun 10 18:31:41 2001 +0000 @@ -2597,7 +2597,7 @@ g_snprintf(info, sizeof(info), "%s", g->user->user_info); if (message) g_snprintf(away, sizeof(away), "%s", message); - aim_bos_setprofile(odata->sess, odata->conn, info, away, gaim_caps); + aim_bos_setprofile(odata->sess, odata->conn, info, message ? away : NULL, gaim_caps); if (g->away) g_free (g->away); g->away = NULL;