comparison src/protocols/oscar/oscar.c @ 2799:72357bddb0f3

[gaim-migrate @ 2812] this might be better committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 27 Nov 2001 03:30:41 +0000
parents ccb5b2f05d16
children 8ceb67d1645e
comparison
equal deleted inserted replaced
2798:35046c134b8b 2799:72357bddb0f3
1624 legend, NULL); 1624 legend, NULL);
1625 } else { 1625 } else {
1626 g_show_info_text(gc, info->sn, 0, 1626 g_show_info_text(gc, info->sn, 0,
1627 header, 1627 header,
1628 (prof && *prof) ? away_subs(prof, gc->username) : NULL, 1628 (prof && *prof) ? away_subs(prof, gc->username) : NULL,
1629 (prof && *prof) ? "<BR><HR><BR>" : NULL,
1629 NULL); 1630 NULL);
1630 } 1631 }
1631 } else { 1632 } else {
1632 g_show_info_text(gc, info->sn, 1, 1633 g_show_info_text(gc, info->sn, 1,
1633 "<BR><HR><BR>",
1634 (prof && *prof) ? away_subs(prof, gc->username) : 1634 (prof && *prof) ? away_subs(prof, gc->username) :
1635 _("<i>No Information Provided</i>"), 1635 _("<i>No Information Provided</i>"),
1636 legend, 1636 legend,
1637 NULL); 1637 NULL);
1638 } 1638 }