gaim/gaim

Parents bd7e12ba060c
Children 1bd52f61030a
This fixes a crash when renaming a group causes a merge with an existing group. It is kind of hackish, but works.
  • +3 -0
    src/blist.c
  • --- a/src/blist.c Tue Jul 12 13:38:27 2005 -0400
    +++ b/src/blist.c Tue Jul 12 22:40:58 2005 -0400
    @@ -1046,6 +1046,9 @@
    ((GaimGroup*)cnode->parent)->totalsize--;
    ops->remove(gaimbuddylist, cnode);
    + /* ops->remove() cleaned up the cnode's ui_data, so we need to
    + * reinitialize it */
    + ops->new_node(cnode);
    gaim_blist_schedule_save();
    }