aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-01-11 04:43:48 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-01-11 04:43:48 +0800
commitb08b93d946c4e8688ad68f1c5c7ccbe0e1ab76e0 (patch)
treed20bdfc05b4d3cc669db4d0d3e556120c3414c4e /shell/ChangeLog
parent62e880130bebe19aef3eef95dc4d66578950c0c2 (diff)
downloadgsoc2013-evolution-b08b93d946c4e8688ad68f1c5c7ccbe0e1ab76e0.tar
gsoc2013-evolution-b08b93d946c4e8688ad68f1c5c7ccbe0e1ab76e0.tar.gz
gsoc2013-evolution-b08b93d946c4e8688ad68f1c5c7ccbe0e1ab76e0.tar.bz2
gsoc2013-evolution-b08b93d946c4e8688ad68f1c5c7ccbe0e1ab76e0.tar.lz
gsoc2013-evolution-b08b93d946c4e8688ad68f1c5c7ccbe0e1ab76e0.tar.xz
gsoc2013-evolution-b08b93d946c4e8688ad68f1c5c7ccbe0e1ab76e0.tar.zst
gsoc2013-evolution-b08b93d946c4e8688ad68f1c5c7ccbe0e1ab76e0.zip
Make the view save its settings as the default ones if it's the last one.
* e-shell.c (e_shell_request_close_view): Make the view save its settings as the default ones if it's the last one. * e-shell-view-menu.c (command_quit): Make this view save its settings as the defaults before quitting. svn path=/trunk/; revision=19410
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 956827b95f..8a17e6fdbc 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,13 @@
2003-01-10 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell.c (e_shell_request_close_view): Make the view save its
+ settings as the default ones if it's the last one.
+
+ * e-shell-view-menu.c (command_quit): Make this view save its
+ settings as the defaults before quitting.
+
+2003-01-10 Ettore Perazzoli <ettore@ximian.com>
+
* main.c (main): Generate the URI list from the popt context
fetched from the GnomeProgram object.