Mercurial > pidgin.yaz
changeset 25145:9f1b9eff5ebc
applied changes from 30c025a5facc491ee082435ffe5d2ccfec619678
through 9b88c7e8eaf48a18db6e630ce54bc18ad3f69c88
applied changes from f6ba682452e5dda1db8721a71a4095dc665c7039
through 32313f4c7e8075d403fb7dc783c06c79d9fdaa97
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Wed, 25 Feb 2009 21:56:38 +0000 |
parents | aaee7cf806d0 |
children | eb73cc0b2085 |
files | libpurple/protocols/qq/im.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/qq/im.c Wed Feb 18 20:11:14 2009 +0000 +++ b/libpurple/protocols/qq/im.c Wed Feb 25 21:56:38 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); }