comparison src/buddy.c @ 3427:8fa61405af2b

[gaim-migrate @ 3453] Who never commits anything *now*, Etan? I changed most of the error message text around. If you think any of it should be different, just let me know, or send a patch. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 25 Aug 2002 10:51:24 +0000
parents bfb951e56c12
children 7a3f16a375a5
comparison
equal deleted inserted replaced
3426:ccbcc11a68c2 3427:8fa61405af2b
1624 (when & OPT_POUNCE_TYPING) ? "started typing to you" : 1624 (when & OPT_POUNCE_TYPING) ? "started typing to you" :
1625 (when & OPT_POUNCE_SIGNON) ? "signed on" : 1625 (when & OPT_POUNCE_SIGNON) ? "signed on" :
1626 (when & OPT_POUNCE_UNIDLE) ? "returned from being idle" : 1626 (when & OPT_POUNCE_UNIDLE) ? "returned from being idle" :
1627 "returned from being away"); 1627 "returned from being away");
1628 1628
1629 do_error_dialog(tmp, _("Buddy Pounce")); 1629 do_error_dialog(tmp, NULL, GAIM_INFO);
1630 } 1630 }
1631 if (b->options & OPT_POUNCE_SEND_IM) { 1631 if (b->options & OPT_POUNCE_SEND_IM) {
1632 if (strlen(b->message) > 0) { 1632 if (strlen(b->message) > 0) {
1633 c = find_conversation(name); 1633 c = find_conversation(name);
1634 1634