comparison libpurple/protocols/oscar/oscar.c @ 22139:8d01e41786ce

rlaager suggested the possibility of documenting this. Sure, why not?
author Mark Doliner <mark@kingant.net>
date Thu, 17 Jan 2008 07:39:25 +0000
parents 6dab6629497a
children c69f472ff683
comparison
equal deleted inserted replaced
22138:8515997d66e9 22139:8d01e41786ce
1787 purple_prpl_got_user_status(account, info->sn, OSCAR_STATUS_ID_MOBILE, NULL); 1787 purple_prpl_got_user_status(account, info->sn, OSCAR_STATUS_ID_MOBILE, NULL);
1788 } else { 1788 } else {
1789 purple_prpl_got_user_status_deactive(account, info->sn, OSCAR_STATUS_ID_MOBILE); 1789 purple_prpl_got_user_status_deactive(account, info->sn, OSCAR_STATUS_ID_MOBILE);
1790 } 1790 }
1791 1791
1792 /*
1793 * It's ok for us to use == instead of strcmp() here because
1794 * status_id is set to one of these #defines a few lines above here.
1795 */
1792 if (status_id == OSCAR_STATUS_ID_AVAILABLE) 1796 if (status_id == OSCAR_STATUS_ID_AVAILABLE)
1793 { 1797 {
1794 char *message = NULL; 1798 char *message = NULL;
1795 char *itmsurl = NULL; 1799 char *itmsurl = NULL;
1796 1800