--- a/src/buddy.c Thu Dec 26 00:32:55 2002 +0000 +++ b/src/buddy.c Thu Dec 26 15:37:46 2002 +0000 @@ -2484,8 +2484,8 @@ y != blist_pos.y || event->width != blist_pos.width || event->height != blist_pos.height) { - blist_pos.x = x; - blist_pos.y = y; + blist_pos.x = x > 0 ? x : 0; + blist_pos.y = y > 0 ? y : 0; blist_pos.width = event->width; blist_pos.height = event->height; save_prefs();