aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-commands.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2004-05-01 03:05:34 +0800
committerDan Winship <danw@src.gnome.org>2004-05-01 03:05:34 +0800
commitabdf6717ecc9aea15e75a3bb1655c6b1ea641b0e (patch)
treedc6ec1bdc32cea92e7f1d9c13b9333260c6f2473 /shell/e-shell-window-commands.c
parent47d08d021f98307e84e7525340ac008ebf4d12f4 (diff)
downloadgsoc2013-evolution-abdf6717ecc9aea15e75a3bb1655c6b1ea641b0e.tar
gsoc2013-evolution-abdf6717ecc9aea15e75a3bb1655c6b1ea641b0e.tar.gz
gsoc2013-evolution-abdf6717ecc9aea15e75a3bb1655c6b1ea641b0e.tar.bz2
gsoc2013-evolution-abdf6717ecc9aea15e75a3bb1655c6b1ea641b0e.tar.lz
gsoc2013-evolution-abdf6717ecc9aea15e75a3bb1655c6b1ea641b0e.tar.xz
gsoc2013-evolution-abdf6717ecc9aea15e75a3bb1655c6b1ea641b0e.tar.zst
gsoc2013-evolution-abdf6717ecc9aea15e75a3bb1655c6b1ea641b0e.zip
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
Diffstat (limited to 'shell/e-shell-window-commands.c')
-rw-r--r--shell/e-shell-window-commands.c1
1 files changed, 0 insertions, 1 deletions
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);
}