comparison src/protocols/oscar/ft.c @ 8076:504d98d14c25

[gaim-migrate @ 8775] CTRL+(1 through 8) and SHIFT+CTRL+(1 through 8) no longer insert smileys twice CTRL+(1 through 8) and SHIFT+CTRL+(1 through 8) inserts WYSIWYG smileys instead of text Removed some functions in from gtkconv.c that I don't think we need that I think Chip said were left over from a simpler way of life This may break some key commands or something in the text entry window of convos. Lemme know if it does Love me tender committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 11 Jan 2004 21:36:17 +0000
parents 2ec7538dd349
children ab0750ac5154
comparison
equal deleted inserted replaced
8075:41e973dbca03 8076:504d98d14c25
662 } else { 662 } else {
663 if ((userfunc = aim_callhandler(sess, conn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIMTYPING))) 663 if ((userfunc = aim_callhandler(sess, conn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIMTYPING)))
664 ret = userfunc(sess, &fr, snptr, 0); 664 ret = userfunc(sess, &fr, snptr, 0);
665 } 665 }
666 666
667 /* Is the second half of this really needed? I'm skeptical. */
667 if ((payloadlength != 0) && (payloadlength != UINT_MAX)) { 668 if ((payloadlength != 0) && (payloadlength != UINT_MAX)) {
668 char *msg; 669 char *msg;
669 int recvd = 0; 670 int recvd = 0;
670 int i, isawaymsg; 671 int i, isawaymsg;
671 672