Mercurial > pidgin.yaz
changeset 12941:586f2b04e0c5
[gaim-migrate @ 15294]
Fix the 'extra space in some tooltips' bug I've been seeing.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 19 Jan 2006 06:53:07 +0000 |
parents | b25f48c9f6d7 |
children | 432894b3bdad |
files | src/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkblist.c Thu Jan 19 06:52:16 2006 +0000 +++ b/src/gtkblist.c Thu Jan 19 06:53:07 2006 +0000 @@ -2270,7 +2270,7 @@ struct tooltip_data *td = create_tip_for_node(node, TRUE); gtkblist->tooltipdata = g_list_append(gtkblist->tooltipdata, td); w = td->width; - h = td->height + 8; + h = td->height; } else if(GAIM_BLIST_NODE_IS_CONTACT(node)) { GaimBlistNode *child; GaimBuddy *b = gaim_contact_get_priority_buddy((GaimContact *)node);