pidgin.openq: 42d4e697: Fixed: Not set flag after qsort

ccpaging at pidgin.im ccpaging at pidgin.im
Wed Dec 3 23:21:03 EST 2008


-----------------------------------------------------------------
Revision: 42d4e697d6221a494b50b139d1e27da691e7407b
Ancestor: b66005891c74e7d780fdfdca2bad027302eeaac9
Author: ccpaging at pidgin.im
Date: 2008-11-12T08:31:07
Branch: im.pidgin.pidgin.openq
URL: http://d.pidgin.im/viewmtn/revision/info/42d4e697d6221a494b50b139d1e27da691e7407b

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

ChangeLog: 

Fixed: Not set flag after qsort

-------------- next part --------------
============================================================
--- libpurple/protocols/qq/im.c	c2eaf2d9e6e4fe0371bebb5ed05556a803a8498c
+++ libpurple/protocols/qq/im.c	199623dec48f85f9b74f3f62a90d11e19b78924d
@@ -312,7 +312,7 @@ static qq_emoticon emoticons_sym[] = {
 	{0x76, "/zk"},
 	{0x77, "/tu"},
 	{0x78, "/jk"},
-	{0x79, "/lh"},
+	{0x79, "/:L"},
 	{0x7a, "/hanx"},
 	{0x7b, "/db"},
 	{0x7c, "/zt"},
@@ -353,7 +353,7 @@ static qq_emoticon emoticons_sym[] = {
 	{0x9f, "/yy"},
 	{0xa0, "/shl"},
 	{0xa1, "/:L"},
-	{0xa2, "/ch"},
+	{0xa2, "/wipe"},
 	{0xa3, "/kb"},
 	{0xa4, "/gz"},
 	{0xa5, "/qd"},
@@ -419,6 +419,7 @@ static void emoticon_try_sort()
 	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)


More information about the Commits mailing list