aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-07-20 22:39:08 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-07-20 22:39:08 +0800
commit1a800edf4d387b9fd2b34bc01e136bc8452f17ca (patch)
tree3fdf0bd4bea4be15ccb1964171fee8cb0b2c4934 /shell/ChangeLog
parentb40242c395b0eec33a622ddfe90634fd6d63e4c6 (diff)
downloadgsoc2013-evolution-1a800edf4d387b9fd2b34bc01e136bc8452f17ca.tar
gsoc2013-evolution-1a800edf4d387b9fd2b34bc01e136bc8452f17ca.tar.gz
gsoc2013-evolution-1a800edf4d387b9fd2b34bc01e136bc8452f17ca.tar.bz2
gsoc2013-evolution-1a800edf4d387b9fd2b34bc01e136bc8452f17ca.tar.lz
gsoc2013-evolution-1a800edf4d387b9fd2b34bc01e136bc8452f17ca.tar.xz
gsoc2013-evolution-1a800edf4d387b9fd2b34bc01e136bc8452f17ca.tar.zst
gsoc2013-evolution-1a800edf4d387b9fd2b34bc01e136bc8452f17ca.zip
Implement saving of pane positions.
svn path=/trunk/; revision=4238
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 565762994e..2d78fd8f5a 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,11 @@
2000-07-20 Ettore Perazzoli <ettore@helixcode.com>
+ * e-shell-view.c (e_shell_view_save_settings): Save the paned
+ positions.
+ (e_shell_view_load_settings): Restore them.
+
+2000-07-20 Ettore Perazzoli <ettore@helixcode.com>
+
* e-shell.c (save_settings_for_views): New. Code moved out of
`e_shell_save_settings'.
(e_shell_save_settings): Use it.