diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-21 03:51:59 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-21 03:51:59 +0800 |
commit | ee21a426dac2a32b788f80edc7a489bca1378ad4 (patch) | |
tree | e10cf085a554ab27ecff606458a276d6eca5f2eb /shell/ChangeLog | |
parent | 290bd4d283e15522e4f5282b3b7274433de77b1c (diff) | |
download | gsoc2013-evolution-ee21a426dac2a32b788f80edc7a489bca1378ad4.tar gsoc2013-evolution-ee21a426dac2a32b788f80edc7a489bca1378ad4.tar.gz gsoc2013-evolution-ee21a426dac2a32b788f80edc7a489bca1378ad4.tar.bz2 gsoc2013-evolution-ee21a426dac2a32b788f80edc7a489bca1378ad4.tar.lz gsoc2013-evolution-ee21a426dac2a32b788f80edc7a489bca1378ad4.tar.xz gsoc2013-evolution-ee21a426dac2a32b788f80edc7a489bca1378ad4.tar.zst gsoc2013-evolution-ee21a426dac2a32b788f80edc7a489bca1378ad4.zip |
Don't set the paneds' positions if the respective left-hand elements [i.e.
* e-shell-view.c (e_shell_view_load_settings): Don't set the
paneds' positions if the respective left-hand elements [i.e. the
shortcut bar and the folder bar] are hidden.
(e_shell_view_show_folder_bar): Set the paned position to zero
when hiding.
(e_shell_view_show_shortcut_bar): Likewise.
svn path=/trunk/; revision=12321
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 72552e5af1..bb0b3b21f4 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,14 @@ 2001-08-20 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view.c (e_shell_view_load_settings): Don't set the + paneds' positions if the respective left-hand elements [i.e. the + shortcut bar and the folder bar] are hidden. + (e_shell_view_show_folder_bar): Set the paned position to zero + when hiding. + (e_shell_view_show_shortcut_bar): Likewise. + +2001-08-20 Ettore Perazzoli <ettore@ximian.com> + * e-shell-startup-wizard.c (finish_func): Don't free the returned displayname. |