comparison src/protocols/oscar/oscar.c @ 3106:d3cb7d47fcb4

[gaim-migrate @ 3120] Whoops. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 28 Mar 2002 21:02:37 +0000
parents 8b0d58f74d3f
children 51f49dcbd14b
comparison
equal deleted inserted replaced
3105:da324fe688b3 3106:d3cb7d47fcb4
1723 "<IMG SRC=\"aol_icon.gif\"> : AOL User <br>" 1723 "<IMG SRC=\"aol_icon.gif\"> : AOL User <br>"
1724 "<IMG SRC=\"dt_icon.gif\"> : Trial AIM User <br>" 1724 "<IMG SRC=\"dt_icon.gif\"> : Trial AIM User <br>"
1725 "<IMG SRC=\"admin_icon.gif\"> : Administrator <br>" 1725 "<IMG SRC=\"admin_icon.gif\"> : Administrator <br>"
1726 "<IMG SRC=\"ab_icon.gif\"> : ActiveBuddy Interactive Agent<br>" 1726 "<IMG SRC=\"ab_icon.gif\"> : ActiveBuddy Interactive Agent<br>"
1727 "<IMG SRC=\"wireless_icon.gif\"> : Wireless Device User<br>")); 1727 "<IMG SRC=\"wireless_icon.gif\"> : Wireless Device User<br>"));
1728 } else {
1729 legend[0] = 0;
1728 } 1730 }
1729 1731
1730 if (info->present & AIM_USERINFO_PRESENT_ONLINESINCE) { 1732 if (info->present & AIM_USERINFO_PRESENT_ONLINESINCE) {
1731 onlinesince = g_strdup_printf("Online Since : <B>%s</B><BR>\n", 1733 onlinesince = g_strdup_printf("Online Since : <B>%s</B><BR>\n",
1732 asctime(localtime(&info->onlinesince))); 1734 asctime(localtime(&info->onlinesince)));