Mercurial > pidgin
changeset 24635:3327b1f20fa6
Fixed: Not set flag after qsort
author | Hu Yong <ccpaging@gmail.com> |
---|---|
date | Wed, 12 Nov 2008 08:31:07 +0000 |
parents | 1aeb9edac0d2 |
children | 807ff8a4b47b |
files | libpurple/protocols/qq/im.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/qq/im.c Wed Nov 12 08:30:15 2008 +0000 +++ b/libpurple/protocols/qq/im.c Wed Nov 12 08:31:07 2008 +0000 @@ -312,7 +312,7 @@ {0x76, "/zk"}, {0x77, "/tu"}, {0x78, "/jk"}, - {0x79, "/lh"}, + {0x79, "/:L"}, {0x7a, "/hanx"}, {0x7b, "/db"}, {0x7c, "/zt"}, @@ -353,7 +353,7 @@ {0x9f, "/yy"}, {0xa0, "/shl"}, {0xa1, "/:L"}, - {0xa2, "/ch"}, + {0xa2, "/wipe"}, {0xa3, "/kb"}, {0xa4, "/gz"}, {0xa5, "/qd"}, @@ -419,6 +419,7 @@ qsort(emoticons_std, emoticons_std_num, sizeof(qq_emoticon), emoticon_cmp); purple_debug_info("QQ", "qsort extend emoticons\n"); qsort(emoticons_ext, emoticons_ext_num, sizeof(qq_emoticon), emoticon_cmp); + emoticons_is_sorted = TRUE; } static qq_emoticon *emoticon_find(gchar *name)