# HG changeset patch # User Nathan Walp # Date 1063171189 0 # Node ID fb0ff4414e4685b7396ab6f39f971799b6432541 # Parent 662f5bef41b787c0e9950d9d407d49acbe85d770 [gaim-migrate @ 7343] tweakinating the countryside committer: Tailor Script diff -r 662f5bef41b7 -r fb0ff4414e46 src/blist.c --- 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")) {