Mercurial > pidgin
changeset 15622:a2411e8dbe2d
Whitespace
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 11 Feb 2007 19:34:43 +0000 |
parents | 58ff9a0ffce0 |
children | 71af5b6209d5 |
files | libpurple/protocols/oscar/oscar.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c Sun Feb 11 19:34:27 2007 +0000 +++ b/libpurple/protocols/oscar/oscar.c Sun Feb 11 19:34:43 2007 +0000 @@ -1786,14 +1786,14 @@ GaimBuddy *b = gaim_find_buddy(account, info->sn); GaimStatus *status; const char *active_status_id; - + status = gaim_presence_get_active_status(gaim_buddy_get_presence(b)); active_status_id = gaim_status_get_id(status); - + if (!active_status_id || strcmp(active_status_id, status_id)) gaim_prpl_got_user_status(account, info->sn, status_id, NULL); } - + /* Login time stuff */ if (info->present & AIM_USERINFO_PRESENT_ONLINESINCE) signon = info->onlinesince;