diff src/buddy.c @ 4157:9c31ddae80a1

[gaim-migrate @ 4385] I'm commiting this so Robot101 will leave me alone. Here's some session management stuff. Happy Gnome People. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Tue, 31 Dec 2002 05:22:56 +0000
parents 2a57ee4b4868
children d3c8d2b40494
line wrap: on
line diff
--- 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();