diff -r 19aafbb84554 -r aee12ae11898 pidgin/gtkconv.c --- a/pidgin/gtkconv.c Fri May 18 01:37:27 2007 +0000 +++ b/pidgin/gtkconv.c Fri May 18 01:46:51 2007 +0000 @@ -235,11 +235,6 @@ return FALSE; } - /* Don't save the window's size if it is maximized. - * It is annoying because the window reopens at that size, but not maximized */ - if (gdk_window_get_state(w->window) & GDK_WINDOW_STATE_MAXIMIZED) - return FALSE; - /* I find that I resize the window when it has a bunch of conversations in it, mostly so that the * tab bar will fit, but then I don't want new windows taking up the entire screen. I check to see * if there is only one conversation in the window. This way we'll be setting new windows to the