# HG changeset patch # User SHiNE CsyFeK # Date 1228492322 0 # Node ID 8ee728876ded0577d0742a59cf3269f1b1f6203f # Parent fecedf6d9ee15a0c8828100af5360bf9935b8109 2008.12.05 - flos * Fixed a bug after propagating diff -r fecedf6d9ee1 -r 8ee728876ded libpurple/protocols/qq/ChangeLog --- 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 + * Fixed a bug after propagating + 2008.11.18 - ccpaging * Fixed: IM format suuport in IM and QUN IM * Divide long IM message into segment and sending diff -r fecedf6d9ee1 -r 8ee728876ded libpurple/protocols/qq/buddy_info.c --- 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.")); } }