pidgin: 21e96c27: applied changes from 30c025a5facc491ee08...

evands at pidgin.im evands at pidgin.im
Wed Feb 25 17:00:36 EST 2009


-----------------------------------------------------------------
Revision: 21e96c2781026be159ef9d16095e34151c421fbc
Ancestor: b2f78ca55cd55a786a44a2879716051f2a799ce6
Author: evands at pidgin.im
Date: 2009-02-25T21:56:38
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/21e96c2781026be159ef9d16095e34151c421fbc

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

ChangeLog: 

applied changes from 30c025a5facc491ee082435ffe5d2ccfec619678
             through 9b88c7e8eaf48a18db6e630ce54bc18ad3f69c88

applied changes from f6ba682452e5dda1db8721a71a4095dc665c7039
             through 32313f4c7e8075d403fb7dc783c06c79d9fdaa97

-------------- 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