comparison src/buddy.c @ 3273:943e2b3224a9

[gaim-migrate @ 3291] more de-aim-ization, and a buddy pounce fix. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 25 May 2002 18:58:24 +0000
parents 66445abf1736
children 30ca1b76ad0c
comparison
equal deleted inserted replaced
3272:a0676e830051 3273:943e2b3224a9
1605 1605
1606 /* I know the line below is really ugly. I only did it this way 1606 /* I know the line below is really ugly. I only did it this way
1607 * because I thought it'd be funny :-) */ 1607 * because I thought it'd be funny :-) */
1608 1608
1609 g_snprintf(tmp, sizeof(tmp), "%s has %s", name, 1609 g_snprintf(tmp, sizeof(tmp), "%s has %s", name,
1610 (b->options & OPT_POUNCE_TYPING) ? "started typing to you" : 1610 (when & OPT_POUNCE_TYPING) ? "started typing to you" :
1611 (b->options & OPT_POUNCE_SIGNON) ? "signed on" : 1611 (when & OPT_POUNCE_SIGNON) ? "signed on" :
1612 (b->options & OPT_POUNCE_UNIDLE) ? "returned from being idle" : 1612 (when & OPT_POUNCE_UNIDLE) ? "returned from being idle" :
1613 "returned from being away"); 1613 "returned from being away");
1614 1614
1615 do_error_dialog(tmp, _("Buddy Pounce")); 1615 do_error_dialog(tmp, _("Buddy Pounce"));
1616 } 1616 }
1617 if (b->options & OPT_POUNCE_SEND_IM) { 1617 if (b->options & OPT_POUNCE_SEND_IM) {