--- a/src/buddy.c Tue Dec 31 02:53:41 2002 +0000 +++ b/src/buddy.c Tue Dec 31 05:22:56 2002 +0000 @@ -2487,8 +2487,8 @@ y != blist_pos.y || event->width != blist_pos.width || event->height != blist_pos.height) { - blist_pos.x = x > 0 ? x : 0; - blist_pos.y = y > 0 ? y : 0; + blist_pos.x = x; + blist_pos.y = y; blist_pos.width = event->width; blist_pos.height = event->height; save_prefs();