comparison libpurple/protocols/yahoo/libymsg.c @ 30636:490707649f29

merge of '17361f09097a5f1f0b18ee376798623ad992ef35' and '3f9a4a1940360f059c6e0ba16f841443e5b07da1'
author John Bailey <rekkanoryo@rekkanoryo.org>
date Thu, 17 Jun 2010 22:23:38 +0000
parents 509c63006b1f c4cbe5f992ce
children 3ae0814ae727
comparison
equal deleted inserted replaced
30634:509c63006b1f 30636:490707649f29
839 break; 839 break;
840 case YAHOO_FEDERATION_NONE: 840 case YAHOO_FEDERATION_NONE:
841 default: 841 default:
842 break; 842 break;
843 } 843 }
844 844
845 if (*stat == '1') 845 if (*stat == '1')
846 serv_got_typing(gc, fed_from, 0, PURPLE_TYPING); 846 serv_got_typing(gc, fed_from, 0, PURPLE_TYPING);
847 else 847 else
848 serv_got_typing_stopped(gc, fed_from); 848 serv_got_typing_stopped(gc, fed_from);
849 849
850 if (fed_from != from) 850 if (fed_from != from)
851 g_free(fed_from); 851 g_free(fed_from);
852 852
853 } else if (!g_ascii_strncasecmp(msg, "GAME", strlen("GAME"))) { 853 } else if (!g_ascii_strncasecmp(msg, "GAME", strlen("GAME"))) {
854 PurpleBuddy *bud = purple_find_buddy(account, from); 854 PurpleBuddy *bud = purple_find_buddy(account, from);