--- a/src/gtkblist.c Sat Oct 08 14:33:52 2005 +0000 +++ b/src/gtkblist.c Sat Oct 08 16:08:51 2005 +0000 @@ -4058,6 +4058,9 @@ buddy = (GaimBuddy*)node; contact = (GaimContact*)node->parent; + if (contact == NULL) + return; + /* First things first, update the contact */ gaim_gtk_blist_update_contact(list, node->parent);