libgaim/blist.c

changeset 14843
5aa993aad339
parent 14814
479ac60fb641
child 15212
2919bfea7c4a
equal deleted inserted replaced
14842:fe08ba80d369 14843:5aa993aad339
1806 contact->totalsize--; 1806 contact->totalsize--;
1807 1807
1808 gaim_blist_schedule_save(); 1808 gaim_blist_schedule_save();
1809 1809
1810 /* Re-sort the contact */ 1810 /* Re-sort the contact */
1811 if (contact->priority == buddy) { 1811 if (cnode->child && contact->priority == buddy) {
1812 gaim_contact_invalidate_priority_buddy(contact); 1812 gaim_contact_invalidate_priority_buddy(contact);
1813 if (ops && ops->update) 1813 if (ops && ops->update)
1814 ops->update(gaimbuddylist, cnode); 1814 ops->update(gaimbuddylist, cnode);
1815 } 1815 }
1816 1816

mercurial