From abdf6717ecc9aea15e75a3bb1655c6b1ea641b0e Mon Sep 17 00:00:00 2001
From: Dan Winship <danw@src.gnome.org>
Date: Fri, 30 Apr 2004 19:05:34 +0000
Subject: Don't save window state here.

	* e-shell-window-commands.c (command_quit): Don't save window
	state here.

	* e-shell.c (e_shell_quit): Do it here, so it gets called if you
	quit by closing the last window via its close button too. #57529

svn path=/trunk/; revision=25723
---
 shell/e-shell-window-commands.c | 1 -
 1 file changed, 1 deletion(-)

(limited to 'shell/e-shell-window-commands.c')

diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c
index 6d9dc6c224..855a59dd5f 100644
--- a/shell/e-shell-window-commands.c
+++ b/shell/e-shell-window-commands.c
@@ -98,7 +98,6 @@ command_quit (BonoboUIComponent *uih,
 {
 	EShell *shell = e_shell_window_peek_shell (window);
 
-	e_shell_window_save_defaults (window);
 	e_shell_quit(shell);
 }
 
-- 
cgit