comparison libpurple/protocols/oscar/oscar.c @ 20349:0484600ac434

applied changes from 29b2fc4762e2c5d03a7100c78f2a7b49237c5e80 through f4cb0b01008f7485ff8e336ba2be02072dfef04e
author Luke Schierer <lschiere@pidgin.im>
date Sun, 21 Oct 2007 04:49:28 +0000
parents b93e7be3847b
children 3f57415f5b8b
comparison
equal deleted inserted replaced
20348:44842d3f49ce 20349:0484600ac434
5004 char *gname_utf8 = gname ? oscar_utf8_try_convert(gc->account, gname) : NULL; 5004 char *gname_utf8 = gname ? oscar_utf8_try_convert(gc->account, gname) : NULL;
5005 if (gname_utf8 != NULL && purple_find_group(gname_utf8) == NULL) { 5005 if (gname_utf8 != NULL && purple_find_group(gname_utf8) == NULL) {
5006 g = purple_group_new(gname_utf8); 5006 g = purple_group_new(gname_utf8);
5007 purple_blist_add_group(g, NULL); 5007 purple_blist_add_group(g, NULL);
5008 } 5008 }
5009 g_free(gname_utf8);
5009 } break; 5010 } break;
5010 5011
5011 case 0x0002: { /* Permit buddy */ 5012 case 0x0002: { /* Permit buddy */
5012 if (curitem->name) { 5013 if (curitem->name) {
5013 /* if (!find_permdeny_by_name(gc->permit, curitem->name)) { AAA */ 5014 /* if (!find_permdeny_by_name(gc->permit, curitem->name)) { AAA */