changeset 24954:222595cbad92

AIM Direct IM messages should not be flagged as auto responses unless they actually are.
author Evan Schoenberg <evan.s@dreskin.net>
date Wed, 14 Jan 2009 13:13:35 +0000
parents fbef4cf4c783
children cb1a897ae34c
files libpurple/protocols/oscar/oscar.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c	Mon Jan 12 19:02:56 2009 +0000
+++ b/libpurple/protocols/oscar/oscar.c	Wed Jan 14 13:13:35 2009 +0000
@@ -4337,8 +4337,7 @@
 	}
 	g_string_free(data, TRUE);
 
-	peer_odc_send_im(conn, msg->str, msg->len, charset,
-			imflags & PURPLE_MESSAGE_AUTO_RESP);
+	peer_odc_send_im(conn, msg->str, msg->len, charset, imflags);
 	g_string_free(msg, TRUE);
 }