diff libpurple/protocols/qq/im.c @ 25947:4b8c4870b13a

propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327) to branch 'im.pidgin.pidgin' (head d8c03c68d591d9392607d954942ee58b8618d946)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 02 Mar 2009 04:18:40 +0000
parents 94a6eb10c691 9f1b9eff5ebc
children 351d07aefb09
line wrap: on
line diff
--- a/libpurple/protocols/qq/im.c	Wed Feb 25 20:03:08 2009 +0000
+++ b/libpurple/protocols/qq/im.c	Mon Mar 02 04:18:40 2009 +0000
@@ -718,7 +718,7 @@
 	qq_buddy_find_or_new(gc, qd->uid);
 
 	from = uid_to_purple_name(qd->uid);
-	serv_got_im(gc, from, msg, PURPLE_MESSAGE_SYSTEM | PURPLE_MESSAGE_NOTIFY, now);
+	serv_got_im(gc, from, msg, PURPLE_MESSAGE_SYSTEM, now);
 	g_free(from);
 }