changeset 23782:abf8ebd4c9e1

Don't emit the "buddy-typed" signal when *we* are typing. Fixes #6471
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 14 Aug 2008 03:28:11 +0000
parents dc3c31b78fdb
children a5bfc59b0c6e
files libpurple/conversation.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/conversation.c	Thu Aug 14 02:36:56 2008 +0000
+++ b/libpurple/conversation.c	Thu Aug 14 03:28:11 2008 +0000
@@ -80,8 +80,6 @@
 		purple_conv_im_set_type_again(PURPLE_CONV_IM(conv), 1);
 
 		serv_send_typing(gc, name, PURPLE_TYPED);
-		purple_signal_emit(purple_conversations_get_handle(),
-						 "buddy-typed", conv->account, conv->name);
 
 		purple_debug(PURPLE_DEBUG_MISC, "conversation", "typed...\n");
 	}