adium: 32313f4c: PURPLE_MESSAGE_NOTIFY is for attention m...

evands at pidgin.im evands at pidgin.im
Wed Feb 25 16:45:58 EST 2009


-----------------------------------------------------------------
Revision: 32313f4c7e8075d403fb7dc783c06c79d9fdaa97
Ancestor: f6ba682452e5dda1db8721a71a4095dc665c7039
Author: evands at pidgin.im
Date: 2009-02-25T21:41:55
Branch: im.pidgin.adium
URL: http://d.pidgin.im/viewmtn/revision/info/32313f4c7e8075d403fb7dc783c06c79d9fdaa97

Modified files:
        libpurple/protocols/qq/im.c

ChangeLog: 

PURPLE_MESSAGE_NOTIFY is for attention messages.  qq's qq_got_message()
does not send attention messages, so it shouldn't be using
PURPLE_MESSAGE_NOTIFY.

-------------- next part --------------
============================================================
--- libpurple/protocols/qq/im.c	082271123ef86ac720a377c680bdfaf3848c8ad5
+++ libpurple/protocols/qq/im.c	a1cf80d4a92161c0808d79a48f9db12c455cfc1e
@@ -718,7 +718,7 @@ void qq_got_message(PurpleConnection *gc
 	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);
 }
 


More information about the Commits mailing list