Mercurial > pidgin
changeset 24654:8ee728876ded
2008.12.05 - flos <lonicerae(at)gmail.com>
* Fixed a bug after propagating
author | SHiNE CsyFeK <csyfek@gmail.com> |
---|---|
date | Fri, 05 Dec 2008 15:52:02 +0000 |
parents | fecedf6d9ee1 |
children | e8c5688afdcd |
files | libpurple/protocols/qq/ChangeLog libpurple/protocols/qq/buddy_info.c |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/qq/ChangeLog Fri Dec 05 14:51:36 2008 +0000 +++ b/libpurple/protocols/qq/ChangeLog Fri Dec 05 15:52:02 2008 +0000 @@ -1,3 +1,6 @@ +2008.12.05 - flos <lonicerae(at)gmail.com> + * Fixed a bug after propagating + 2008.11.18 - ccpaging <ccpaging(at)gmail.com> * Fixed: IM format suuport in IM and QUN IM * Divide long IM message into segment and sending
--- a/libpurple/protocols/qq/buddy_info.c Fri Dec 05 14:51:36 2008 +0000 +++ b/libpurple/protocols/qq/buddy_info.c Fri Dec 05 15:52:02 2008 +0000 @@ -457,7 +457,7 @@ data[data_len] = '\0'; if (qd->uid != atoi((gchar *) data)) { /* return should be my uid */ purple_debug_info("QQ", "Failed Updating info\n"); - qq_got_attention(gc, _("Could not change buddy information.")); + qq_got_message(gc, _("Could not change buddy information.")); } }