diff 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
line wrap: on
line diff
--- a/src/protocols/oscar/ft.c	Sun Jan 11 20:47:13 2004 +0000
+++ b/src/protocols/oscar/ft.c	Sun Jan 11 21:36:17 2004 +0000
@@ -664,6 +664,7 @@
 			ret = userfunc(sess, &fr, snptr, 0);
 	}
 
+	/* Is the second half of this really needed?  I'm skeptical. */
 	if ((payloadlength != 0) && (payloadlength != UINT_MAX)) {
 		char *msg;
 		int recvd = 0;