Mercurial > pidgin
changeset 3416:bfb951e56c12
[gaim-migrate @ 3435]
Let's see if the buddy list can resize vertically now.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Thu, 22 Aug 2002 00:45:49 +0000 |
parents | d7c90e6ecc23 |
children | 68fdee3dd3ef |
files | src/buddy.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buddy.c Tue Aug 20 17:00:56 2002 +0000 +++ b/src/buddy.c Thu Aug 22 00:45:49 2002 +0000 @@ -2431,7 +2431,7 @@ blist_pos.x = x; blist_pos.y = y; } else { /* Is a size event */ - if (blist_pos.xoff != x || blist_pos.yoff != y || blist_pos.width != width) + if (blist_pos.xoff != x || blist_pos.yoff != y || blist_pos.width != width || blist_pos.height != height) save = 1; blist_pos.width = width;