# HG changeset patch # User Sadrul Habib Chowdhury # Date 1208107993 0 # Node ID 654f8386f4b380d5f2c7600056c63a43cf4a4c23 # Parent f75509f776ccab53d463ad43b308e773c918a992 Destroy the tooltip when a group in the buddylist is expanded or collapsed to make sure the tooltip doesn't hide the newly exposed contacts/chats. References #5106. diff -r f75509f776cc -r 654f8386f4b3 pidgin/gtkblist.c --- a/pidgin/gtkblist.c Sun Apr 13 17:12:05 2008 +0000 +++ b/pidgin/gtkblist.c Sun Apr 13 17:33:13 2008 +0000 @@ -1033,6 +1033,7 @@ g_free(title); purple_blist_node_set_bool(node, "collapsed", FALSE); + pidgin_blist_tooltip_destroy(); } } @@ -1070,7 +1071,7 @@ pidgin_blist_update_contact(NULL, cnode); } } - + pidgin_blist_tooltip_destroy(); } else if(PURPLE_BLIST_NODE_IS_CONTACT(node)) { pidgin_blist_collapse_contact_cb(NULL, node); }