# HG changeset patch # User Mark Doliner # Date 1171222483 0 # Node ID a2411e8dbe2dd6d1e3dd0e351df1c93462becd8c # Parent 58ff9a0ffce0889bbfbb64814e5b76e6ba488d09 Whitespace diff -r 58ff9a0ffce0 -r a2411e8dbe2d libpurple/protocols/oscar/oscar.c --- 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;