From: Christian H. <ch...@us...> - 2002-08-22 00:45:52
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv17435 Modified Files: buddy.c Log Message: Let's see if the buddy list can resize vertically now. Index: buddy.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/buddy.c,v retrieving revision 1.321 retrieving revision 1.322 diff -u -d -r1.321 -r1.322 --- buddy.c 16 Aug 2002 14:57:15 -0000 1.321 +++ buddy.c 22 Aug 2002 00:45:49 -0000 1.322 @@ -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; |