--- a/src/gtkblist.c Wed Jan 12 17:49:33 2005 +0000 +++ b/src/gtkblist.c Wed Jan 12 18:56:15 2005 +0000 @@ -3641,8 +3641,10 @@ * out ever since. I can't find any reason at all why this is bad and * valgrind found several reasons why it's good. If this causes problems * comment it out again. Stu */ + /* Of course it still causes problems - this breaks dragging buddies into + * contacts, the dragged buddy mysteriously 'disappears'. Stu. g_free(node->ui_data); - node->ui_data = NULL; + node->ui_data = NULL; */ } static gboolean do_selection_changed(GaimBlistNode *new_selection)