Wed, 10 Sep 2003 05:19:49 +0000
[gaim-migrate @ 7343]
tweakinating the countryside
| src/blist.c | file | annotate | diff | comparison | revisions |
--- a/src/blist.c Wed Sep 10 04:21:15 2003 +0000 +++ b/src/blist.c Wed Sep 10 05:19:49 2003 +0000 @@ -1315,6 +1315,10 @@ ((GaimBuddy*)bnode)->present = GAIM_BUDDY_OFFLINE; + ((GaimBuddy*)bnode)->uc = 0; + ((GaimBuddy*)bnode)->idle = 0; + ((GaimBuddy*)bnode)->evil = 0; + if(ops) ops->remove(gaimbuddylist, bnode); } @@ -1783,7 +1787,7 @@ } else if(!strcmp(element_name, "blist")) { tag_stack = g_list_prepend(tag_stack, GINT_TO_POINTER(BLIST_TAG_BLIST)); } else if(!strcmp(element_name, "group")) { - char *name = NULL; + const char *name = NULL; tag_stack = g_list_prepend(tag_stack, GINT_TO_POINTER(BLIST_TAG_GROUP)); for(i=0; attribute_names[i]; i++) { if(!strcmp(attribute_names[i], "name")) {