diff options
author | Dan Winship <danw@src.gnome.org> | 2004-05-01 03:05:34 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2004-05-01 03:05:34 +0800 |
commit | abdf6717ecc9aea15e75a3bb1655c6b1ea641b0e (patch) | |
tree | dc6ec1bdc32cea92e7f1d9c13b9333260c6f2473 /shell/ChangeLog | |
parent | 47d08d021f98307e84e7525340ac008ebf4d12f4 (diff) | |
download | gsoc2013-evolution-abdf6717ecc9aea15e75a3bb1655c6b1ea641b0e.tar.gz 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/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 86a1304dce..77bed4334f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2004-04-30 Dan Winship <danw@ximian.com> + + * 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 + 2004-04-30 Not Zed <NotZed@Ximian.com> * e-component-registry.c: |