# HG changeset patch # User Christian Hammond # Date 1029977149 0 # Node ID bfb951e56c12b73a0c8f3b15cf3ecb65e3544379 # Parent d7c90e6ecc233478b1a0b79cc92373fa762e17fd [gaim-migrate @ 3435] Let's see if the buddy list can resize vertically now. committer: Tailor Script diff -r d7c90e6ecc23 -r bfb951e56c12 src/buddy.c --- 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;