diff src/buddy.c @ 4985:088566495617

[gaim-migrate @ 5320] Removed a pair of options ("remember buddy list size and position" and "ignore new messages when away") and made "Show warning levels" and "show idle times" depend on "show buddy icons". Also, brought back the old offline.png status emblem. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 03 Apr 2003 17:41:08 +0000
parents b5e52f7e5302
children 1f92610b0772
line wrap: on
line diff
--- a/src/buddy.c	Thu Apr 03 17:08:34 2003 +0000
+++ b/src/buddy.c	Thu Apr 03 17:41:08 2003 +0000
@@ -1045,7 +1045,6 @@
 	/* if the window exists, is hidden, we're saving positions, and the position is sane... */
 	if(gtkblist && gtkblist->window &&
 	   !GTK_WIDGET_VISIBLE(gtkblist->window) &&
-	   blist_options & OPT_BLIST_SAVED_WINDOWS &&
 	   blist_pos.width != 0) {
 		/* ...check position is on screen... */
 		if (blist_pos.x >= gdk_screen_width())